Code

Add option do deactivate knotholder handles for LPEs (useful if they interfere with...
[inkscape.git] / src / live_effects / effect.h
index a660738812a29eacad537f0dd9b2717306132c4a..609778b4619404fd183794de669fa5899c071f6f 100644 (file)
@@ -185,6 +185,9 @@ protected:
     std::vector<std::pair<KnotHolderEntity*, const char*> > kh_entity_vector;
     int oncanvasedit_it;
     BoolParam is_visible;
+    BoolParam deactivate_knotholder; // the user can use this to deactivate knotholders (for
+                                     // convenience, because they may interfere with node handles
+                                     // during editing); this is probably only temporary
 
     bool show_orig_path; // set this to true in derived effects to automatically have the original
                          // path displayed as helperpath