[TechDraw] - Cosmetic edge fixes

This commit is contained in:
pavltom
2023-10-24 19:59:00 +02:00
committed by WandererFan
parent 2c5d90daea
commit 0ded3994c5
2 changed files with 9 additions and 3 deletions

View File

@@ -289,6 +289,8 @@ void QGIViewPart::drawAllEdges()
item->setNormalColor(PreferencesGui::getAccessibleQColor(PreferencesGui::normalQColor()));
item->setStyle(Qt::SolidLine);
if ((*itGeom)->getCosmetic()) {
item->setCosmetic(true);
// cosmetic edge - format appropriately
int source = (*itGeom)->source();
if (source == COSMETICEDGE) {