diff options
| author | Maximilian Albert <maximilian.albert@gmail.com> | 2008-08-18 00:41:18 +0000 |
|---|---|---|
| committer | cilix42 <cilix42@users.sourceforge.net> | 2008-08-18 00:41:18 +0000 |
| commit | efd3e607cfbac90c8a50b35b2261140fbae15826 (patch) | |
| tree | a867bd727cb9324ae480abde0d3cee418d643980 /src/live_effects/effect.h | |
| parent | Better position for Geometry tool in toolbox (diff) | |
| download | inkscape-efd3e607cfbac90c8a50b35b2261140fbae15826.tar.gz inkscape-efd3e607cfbac90c8a50b35b2261140fbae15826.zip | |
Add option do deactivate knotholder handles for LPEs (useful if they interfere with node handles during editing); doesn't live update the ShapeEditor at the moment
(bzr r6667)
Diffstat (limited to 'src/live_effects/effect.h')
| -rw-r--r-- | src/live_effects/effect.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/live_effects/effect.h b/src/live_effects/effect.h index a66073881..609778b46 100644 --- a/src/live_effects/effect.h +++ b/src/live_effects/effect.h @@ -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 |
