diff -r 791c831c8020 -r ebd30d9eb667 src/gldraw.h --- a/src/gldraw.h Sat Oct 05 15:18:47 2013 +0300 +++ b/src/gldraw.h Sun Oct 06 21:37:05 2013 +0300 @@ -184,7 +184,7 @@ void getRelativeAxes (Axis& relX, Axis& relY) const; void drawBlip (QPainter& paint, QPoint pos) const; - double circleDrawDist() const; + double circleDrawDist(int pos) const; private slots: void slot_toolTipTimer();