Code

do not redraw until moved for the first time; this fixes the flicker at 0,0 whenever...
[inkscape.git] / src / display / sodipodi-ctrl.h
index c0e584ce21afef560f0c2363950d90de367ba557..2b2254d14249f78cc0d1a6556ccd14a6993a41ab 100644 (file)
@@ -47,6 +47,7 @@ struct SPCtrl : public SPCanvasItem{
        guint stroked : 1;
        guint32 fill_color;
        guint32 stroke_color;
+  bool _moved;
 
        NRRectL box;                    /* NB! x1 & y1 are included */
        guchar *cache;