QGIArrow inherits QGIPrimPath

This commit is contained in:
WandererFan
2016-08-02 08:10:45 -04:00
committed by wmayer
parent ff12c020e0
commit a4a3cc6f88
6 changed files with 97 additions and 58 deletions

View File

@@ -65,6 +65,5 @@ void QGIVertex::paint(QPainter *painter, const QStyleOptionGraphicsItem *option,
m_brush.setColor(m_colCurrent);
m_brush.setStyle(m_fill);
setBrush(m_brush);
//setRect(-m_radius,-m_radius,2.*m_radius,2.*m_radius);
QGIPrimPath::paint (painter, &myOption, widget);
}