diff options
| author | Jabiertxof <jabier.arraiza@marker.es> | 2019-05-23 22:02:57 +0000 |
|---|---|---|
| committer | Jabiertxof <jabier.arraiza@marker.es> | 2019-05-23 22:02:57 +0000 |
| commit | e2b62a335ee1f3e0d17ed5e887d7e999b68f586c (patch) | |
| tree | 7e390ea2b0180e38d97bddd695d65d37681daca1 /src/ui/dialog/livepatheffect-editor.cpp | |
| parent | Speed improvemets to offset LPE (diff) | |
| download | inkscape-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.cpp | 1 |
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, |
