Code

do not redraw if moved to the same point as before
[inkscape.git] / src / display / sodipodi-ctrl.h
index 634e9ff3ecad7271d802c1dbf7231ae6d4bf1e24..859735e4f77b2ed88a29f93abaf8348e8173ae3e 100644 (file)
@@ -54,6 +54,7 @@ struct SPCtrl : public SPCanvasItem{
     GdkPixbuf * pixbuf;
 
     void moveto(Geom::Point const p);
+    Geom::Point _point;
 };
 
 struct SPCtrlClass : public SPCanvasItemClass{