summaryrefslogtreecommitdiffstats
path: root/src/live_effects/effect.cpp
diff options
context:
space:
mode:
authorJabiertxof <jtx@jtx>2017-05-01 01:21:44 +0000
committerJabiertxof <jtx@jtx>2017-05-01 01:21:44 +0000
commit3be0cd064d48cfe0601d365fb52f729a776d462b (patch)
tree1b4f8c65753bc149ca39f7dac7b381c50351114e /src/live_effects/effect.cpp
parentminor bugfixing (diff)
parentFix erase lpe in multi LPE mode (diff)
downloadinkscape-3be0cd064d48cfe0601d365fb52f729a776d462b.tar.gz
inkscape-3be0cd064d48cfe0601d365fb52f729a776d462b.zip
Update to trunk
(bzr r15620.1.14)
Diffstat (limited to 'src/live_effects/effect.cpp')
-rw-r--r--src/live_effects/effect.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/live_effects/effect.cpp b/src/live_effects/effect.cpp
index 22cc5567b..7f34ebf05 100644
--- a/src/live_effects/effect.cpp
+++ b/src/live_effects/effect.cpp
@@ -359,7 +359,6 @@ Effect::Effect(LivePathEffectObject *lpeobject)
concatenate_before_pwd2(false),
sp_lpe_item(NULL),
current_zoom(1),
- upd_params(true),
sp_shape(NULL),
sp_curve(NULL),
provides_own_flash_paths(true), // is automatically set to false if providesOwnFlashPaths() is not overridden
@@ -782,7 +781,6 @@ Effect::newWidget()
++it;
}
- upd_params = false;
return dynamic_cast<Gtk::Widget *>(vbox);
}