TechDraw: arc dimensions should not have fill

Fixes #20418. Regression by commit 998f713c97
This commit is contained in:
Benjamin Bræstrup Sayoc
2025-03-24 18:57:49 +01:00
committed by Benjamin Nauck
parent 7f9eb9932f
commit 56020bfb75

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);
}