Code

Update LPE helper paths "live" on changes
[inkscape.git] / src / sp-lpe-item.h
index 7691ce9803525898d5e177cfa5ae6eefb3acfdae..54642f27b17a657c7f321bb2437d2b20c8f77bd8 100644 (file)
@@ -42,6 +42,9 @@ struct SPLPEItem : public SPItem {
     Inkscape::LivePathEffect::LPEObjectReference* current_path_effect;
     std::vector<Inkscape::Display::TemporaryItem*> lpe_helperpaths;
 
+    bool adding_helperpaths;
+    bool removing_helperpaths;
+
     sigc::connection lpe_modified_connection;
 };