[TD]fix line style regression from #17331

This commit is contained in:
wandererfan
2024-10-25 14:04:42 -04:00
committed by Chris Hennes
parent aa2c77faef
commit 81bd0c6d2b
2 changed files with 7 additions and 2 deletions

View File

@@ -133,9 +133,13 @@ void QGIEdge::mouseDoubleClickEvent(QGraphicsSceneMouseEvent *event)
}
}
void QGIEdge::setLinePen(QPen linePen)
{
m_pen = linePen;
}
void QGIEdge::setCurrentPen()
{
m_pen.setWidthF(m_width);
m_pen.setColor(m_colCurrent);
}