diff options
| author | Eric Greveson <eric@greveson.co.uk> | 2013-08-12 15:39:48 +0000 |
|---|---|---|
| committer | Eric Greveson <eric@greveson.co.uk> | 2013-08-12 15:39:48 +0000 |
| commit | 05f008356889de30ff55df1f73030003ed7cc312 (patch) | |
| tree | 32fadd87a5507b108c457db4da40d963c5c7b7e4 /src/ui/dialog/livepatheffect-editor.cpp | |
| parent | Packaging. Hebrew translation by Yaron Shahrabani. (diff) | |
| download | inkscape-05f008356889de30ff55df1f73030003ed7cc312.tar.gz inkscape-05f008356889de30ff55df1f73030003ed7cc312.zip | |
Allow Object to Path verb from non-GUI (DBus) interface
(bzr r12473.1.1)
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 6c6f3a582..6dc9c1ee3 100644 --- a/src/ui/dialog/livepatheffect-editor.cpp +++ b/src/ui/dialog/livepatheffect-editor.cpp @@ -416,7 +416,7 @@ LivePathEffectEditor::onAdd() // If item is a SPRect, convert it to path first: if ( SP_IS_RECT(item) ) { - sp_selected_path_to_curves(current_desktop, false); + sp_selected_path_to_curves(sel, current_desktop, false); item = sel->singleItem(); // get new item } |
