TechDraw: arc dimensions should not have fill

Fixes #20418. Regression by commit 998f713c97
This commit is contained in:
Benjamin Bræstrup Sayoc
2025-03-26 11:02:57 +01:00
committed by Benjamin Nauck
parent ed388aa60f
commit c106e1fdc6
-2
View File
@@ -41,8 +41,6 @@ QGIDimLines::QGIDimLines()
setAcceptHoverEvents(false);
setFlag(QGraphicsItem::ItemIsSelectable, false);
setFlag(QGraphicsItem::ItemIsMovable, false);
setFill(QColor(100, 100, 0));
setWidth(0.5);
}