Code

work on the lpe group undo bug. it's not solved, but i think LPE code does everything...
[inkscape.git] / src / sp-lpe-item.h
index 5b6cc241eeb2112f37cf3e1460d762ccb29ef1e4..4823390defff8909742fd5fa8559314998105423 100644 (file)
@@ -39,10 +39,10 @@ struct SPLPEItem : public SPItem {
     int path_effects_enabled;
 
     PathEffectList* path_effect_list;
+    std::list<sigc::connection> *lpe_modified_connection_list; // this list contains the connections for listening to lpeobject parameter changes
+
     Inkscape::LivePathEffect::LPEObjectReference* current_path_effect;
     std::vector<Inkscape::Display::TemporaryItem*> lpe_helperpaths;
-
-    sigc::connection lpe_modified_connection;
 };
 
 struct SPLPEItemClass {