diff options
| author | Martin Owens <doctormo@gmail.com> | 2013-08-12 17:14:38 +0000 |
|---|---|---|
| committer | Martin Owens <doctormo@gmail.com> | 2013-08-12 17:14:38 +0000 |
| commit | 870b75d81c82e7eea57134e9e4cd35734d443da2 (patch) | |
| tree | 32fadd87a5507b108c457db4da40d963c5c7b7e4 /src/ui | |
| parent | Packaging. Hebrew translation by Yaron Shahrabani. (diff) | |
| parent | Allow Object to Path verb from non-GUI (DBus) interface (diff) | |
| download | inkscape-870b75d81c82e7eea57134e9e4cd35734d443da2.tar.gz inkscape-870b75d81c82e7eea57134e9e4cd35734d443da2.zip | |
Merge in object-to-path enabler dbus command
(bzr r12474)
Diffstat (limited to 'src/ui')
| -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 } |
