summaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/livepatheffect-editor.cpp
diff options
context:
space:
mode:
authorJabiertxof <jabier.arraiza@marker.es>2019-05-23 22:02:57 +0000
committerJabiertxof <jabier.arraiza@marker.es>2019-05-23 22:02:57 +0000
commite2b62a335ee1f3e0d17ed5e887d7e999b68f586c (patch)
tree7e390ea2b0180e38d97bddd695d65d37681daca1 /src/ui/dialog/livepatheffect-editor.cpp
parentSpeed improvemets to offset LPE (diff)
downloadinkscape-e2b62a335ee1f3e0d17ed5e887d7e999b68f586c.tar.gz
inkscape-e2b62a335ee1f3e0d17ed5e887d7e999b68f586c.zip
Improvements to Copy Rotate LPE
Diffstat (limited to 'src/ui/dialog/livepatheffect-editor.cpp')
-rw-r--r--src/ui/dialog/livepatheffect-editor.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ui/dialog/livepatheffect-editor.cpp b/src/ui/dialog/livepatheffect-editor.cpp
index 78b26093a..097078e56 100644
--- a/src/ui/dialog/livepatheffect-editor.cpp
+++ b/src/ui/dialog/livepatheffect-editor.cpp
@@ -520,6 +520,7 @@ LivePathEffectEditor::onRemove()
SPItem *item = sel->singleItem();
SPLPEItem *lpeitem = dynamic_cast<SPLPEItem *>(item);
if ( lpeitem ) {
+ sp_lpe_item_update_patheffect(lpeitem, false, false);
lpeitem->removeCurrentPathEffect(false);
current_lperef = nullptr;
DocumentUndo::done( current_desktop->getDocument(), SP_VERB_DIALOG_LIVE_PATH_EFFECT,