[TD]Fix leader line style (fix #17307)

This commit is contained in:
wandererfan
2024-10-18 19:03:14 -04:00
committed by Yorik van Havre
parent 03bce41c83
commit b867a63038

View File

@@ -312,6 +312,7 @@ void QGIPrimPath::setCurrentPen()
{
m_pen.setWidthF(m_width);
m_pen.setColor(m_colCurrent);
m_pen.setStyle(m_styleCurrent);
}
void QGIPrimPath::paint ( QPainter * painter, const QStyleOptionGraphicsItem * option, QWidget * widget) {