Code

Really call sp_lpetool_context_selection_changed() when selection changed (had forgot...
[inkscape.git] / src / lpe-tool-context.h
index 032d89b687645b23c25b5b233e1992647a1c1a4f..dc609ac278391ff99ed18d7b9d840ff9dcef212e 100644 (file)
@@ -42,6 +42,8 @@ struct SPLPEToolContext : public SPPenContext {
     //int tool_state;
 
     ShapeEditor* shape_editor;
+
+    sigc::connection sel_changed_connection;
 };
 
 struct SPLPEToolContextClass : public SPEventContextClass{};