TechDraw: arc dimensions should not have fill
Fixes #20418. Regression by commit 998f713c97
This commit is contained in:
committed by
Benjamin Nauck
parent
7f9eb9932f
commit
56020bfb75
@@ -41,8 +41,6 @@ QGIDimLines::QGIDimLines()
|
||||
setAcceptHoverEvents(false);
|
||||
setFlag(QGraphicsItem::ItemIsSelectable, false);
|
||||
setFlag(QGraphicsItem::ItemIsMovable, false);
|
||||
|
||||
setFill(QColor(100, 100, 0));
|
||||
setWidth(0.5);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user