[TD]Fix leader line style (fix #17307)
This commit is contained in:
committed by
Yorik van Havre
parent
03bce41c83
commit
b867a63038
@@ -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