[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 4528a05113
commit 81070b1f59

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) {