summaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/livepatheffect-editor.cpp
diff options
context:
space:
mode:
authorJabier Arraiza Cenoz <jabier.arraiza@marker.es>2013-08-18 21:05:56 +0000
committerJaviertxo <jtx@jtx.marker.es>2013-08-18 21:05:56 +0000
commitac014eea08f219ba91c6c31240e140c0b7e67ad5 (patch)
tree76ca4df51a837392a25c701a5c1c8810d7364b98 /src/ui/dialog/livepatheffect-editor.cpp
parentupdate to trunk (diff)
parentPrevent writing out empty style strings. (diff)
downloadinkscape-ac014eea08f219ba91c6c31240e140c0b7e67ad5.tar.gz
inkscape-ac014eea08f219ba91c6c31240e140c0b7e67ad5.zip
update to trunk
(bzr r11950.1.128)
Diffstat (limited to 'src/ui/dialog/livepatheffect-editor.cpp')
-rw-r--r--src/ui/dialog/livepatheffect-editor.cpp2
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
}