Use a different color for origin handle (NW).

This commit is contained in:
Jim Evins
2015-09-07 00:24:53 -04:00
parent 2959789a49
commit 4eb6654a30
2 changed files with 14 additions and 13 deletions
+1 -1
View File
@@ -67,7 +67,7 @@ namespace glabels
virtual void draw( QPainter* painter, double scale ) const = 0;
virtual QPainterPath path( double scale ) const = 0;
protected:
void drawAt( QPainter* painter, double scale, double x, double y ) const;
void drawAt( QPainter* painter, double scale, double x, double y, QColor color ) const;
QPainterPath pathAt( double scale, double x, double y ) const;