[TD]Fix leader line style (fix #17307)
This commit is contained in:
committed by
Yorik van Havre
parent
4528a05113
commit
81070b1f59
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user