TechDraw: remove unneeded state from QGIPrimPath

This commit is contained in:
Benjamin Bræstrup Sayoc
2025-02-23 00:05:30 +01:00
parent 223f12caf7
commit 2b1ebadbd8
15 changed files with 79 additions and 145 deletions

View File

@@ -46,8 +46,7 @@ QGIArrow::QGIArrow() :
setFlipped(false);
setFillStyle(Qt::SolidPattern);
m_brush.setStyle(m_fill);
m_colDefFill = getNormalColor();
m_colNormalFill = m_colDefFill;
m_colNormalFill = getNormalColor();
setCacheMode(QGraphicsItem::NoCache);
setAcceptHoverEvents(false);