summaryrefslogtreecommitdiffstats
path: root/src/live_effects/lpe-clone-original.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/lpe-clone-original.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/lpe-clone-original.cpp')
-rw-r--r--src/live_effects/lpe-clone-original.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/live_effects/lpe-clone-original.cpp b/src/live_effects/lpe-clone-original.cpp
index 47fb6a04e..d97a990af 100644
--- a/src/live_effects/lpe-clone-original.cpp
+++ b/src/live_effects/lpe-clone-original.cpp
@@ -318,7 +318,6 @@ LPECloneOriginal::newWidget()
expander->set_expanded(expanded);
expander->property_expanded().signal_changed().connect(sigc::mem_fun(*this, &LPECloneOriginal::onExpanderChanged) );
vbox->pack_start(*expander, true, true, 2);
- this->upd_params = false;
return dynamic_cast<Gtk::Widget *>(vbox);
}