summaryrefslogtreecommitdiffstats
path: root/src/live_effects/effect.h
diff options
context:
space:
mode:
authorJabiertxof <jtx@jtx>2017-05-27 10:23:25 +0000
committerJabiertxof <jtx@jtx>2017-05-27 10:23:25 +0000
commitc98c541481381a04f5e04da046d457b05c3ed711 (patch)
treead8a0ab2870cbf5cf5e6a40041678e428785c948 /src/live_effects/effect.h
parentOrder LPE parameters (diff)
downloadinkscape-c98c541481381a04f5e04da046d457b05c3ed711.tar.gz
inkscape-c98c541481381a04f5e04da046d457b05c3ed711.zip
Change bad named vars
(bzr r15704)
Diffstat (limited to 'src/live_effects/effect.h')
-rw-r--r--src/live_effects/effect.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/live_effects/effect.h b/src/live_effects/effect.h
index 60ee8d98f..cc0d53f12 100644
--- a/src/live_effects/effect.h
+++ b/src/live_effects/effect.h
@@ -132,7 +132,7 @@ public:
void editNextParamOncanvas(SPItem * item, SPDesktop * desktop);
bool apply_to_clippath_and_mask;
- bool erase_extra_objects; // set this to false allow retain extra generated objects, see measure line LPE
+ bool keep_paths; // set this to false allow retain extra generated objects, see measure line LPE
bool upd_params;
BoolParam is_visible;
SPCurve * sp_curve;