diff options
| author | Jabiertxof <jtx@jtx> | 2017-05-27 10:23:25 +0000 |
|---|---|---|
| committer | Jabiertxof <jtx@jtx> | 2017-05-27 10:23:25 +0000 |
| commit | 2c160c193b9767df8448ec3d018c3d6225a4ec63 (patch) | |
| tree | ad8a0ab2870cbf5cf5e6a40041678e428785c948 /src/live_effects/effect.cpp | |
| parent | Order LPE parameters (diff) | |
| download | inkscape-2c160c193b9767df8448ec3d018c3d6225a4ec63.tar.gz inkscape-2c160c193b9767df8448ec3d018c3d6225a4ec63.zip | |
Change bad named vars
(bzr r15703.1.1)
Diffstat (limited to 'src/live_effects/effect.cpp')
| -rw-r--r-- | src/live_effects/effect.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/live_effects/effect.cpp b/src/live_effects/effect.cpp index a4b44b1a9..23a4c9f3d 100644 --- a/src/live_effects/effect.cpp +++ b/src/live_effects/effect.cpp @@ -355,7 +355,7 @@ Effect::Effect(LivePathEffectObject *lpeobject) oncanvasedit_it(0), is_visible(_("Is visible?"), _("If unchecked, the effect remains applied to the object but is temporarily disabled on canvas"), "is_visible", &wr, this, true), show_orig_path(false), - erase_extra_objects(true), + keep_paths(false), lpeobj(lpeobject), concatenate_before_pwd2(false), sp_lpe_item(NULL), |
