--- a/src/gldraw.h Wed Oct 16 15:32:38 2013 +0300 +++ b/src/gldraw.h Wed Oct 16 16:04:56 2013 +0300 @@ -182,6 +182,7 @@ void setObjectColor (LDObject* obj, const ListType list); // Set the color to an object list QColor getTextPen() const; // Determine which color to draw text with void getRelativeAxes (Axis& relX, Axis& relY) const; + matrix getCircleDrawMatrix (double scale); void drawBlip (QPainter& paint, QPoint pos) const; double circleDrawDist(int pos) const;