Code

move shape_editor from node context to the parent class, event context
[inkscape.git] / src / event-context.h
index 9b464b7fa8e2c751fc34425b80f5d3465d7a0221..37b0ea75be45136e401788b71f0c530b6a49a069 100644 (file)
@@ -72,8 +72,7 @@ struct SPEventContext : public GObject {
     GrDrag *_grdrag;
     GrDrag *get_drag () {return _grdrag;}
 
-    KnotHolder *shape_knot_holder;
-    Inkscape::XML::Node *shape_repr;
+    ShapeEditor* shape_editor;
 
     bool space_panning;
 };