Code

Connector tool: make connectors avoid the convex hull of shapes.
[inkscape.git] / src / dropper-context.h
index 678ab6b47f875abe861cbec70545bee93c37e36e..64181e3c8764860e4d438cfdbecc5ea7ca1d04e4 100644 (file)
@@ -32,6 +32,7 @@ struct SPDropperContext {
 
     unsigned int dragging : 1;
 
+       SPCanvasItem *grabbed;
     SPCanvasItem *area;
     Geom::Point centre;