diff options
| author | Jabier Arraiza <jabier.arraiza@marker.es> | 2017-09-09 04:28:03 +0000 |
|---|---|---|
| committer | Jabier Arraiza <jabier.arraiza@marker.es> | 2017-09-09 04:28:03 +0000 |
| commit | 1c31310676b12bd4fd5e477192bf7bd9fffabf83 (patch) | |
| tree | b3e34b60fa87d0a79fe1011321ad5f6b50f44deb /src/ui/dialog/livepatheffect-editor.cpp | |
| parent | This commit is based on a coment on bug #1670644. And allow to fill the fill ... (diff) | |
| download | inkscape-1c31310676b12bd4fd5e477192bf7bd9fffabf83.tar.gz inkscape-1c31310676b12bd4fd5e477192bf7bd9fffabf83.zip | |
Fix a bug when creating a cloned LPE with fill between many
Diffstat (limited to 'src/ui/dialog/livepatheffect-editor.cpp')
| -rw-r--r-- | src/ui/dialog/livepatheffect-editor.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/dialog/livepatheffect-editor.cpp b/src/ui/dialog/livepatheffect-editor.cpp index 98789f7b2..02f76dbbb 100644 --- a/src/ui/dialog/livepatheffect-editor.cpp +++ b/src/ui/dialog/livepatheffect-editor.cpp @@ -473,7 +473,7 @@ LivePathEffectEditor::onAdd() item = NULL; // run sp_selection_clone_original_path_lpe - sel->cloneOriginalPathLPE(); + sel->cloneOriginalPathLPE(true); SPItem *new_item = sel->singleItem(); // Check that the cloning was successful. We don't want to change the ID of the original referenced path! |
