summaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/livepatheffect-editor.cpp
diff options
context:
space:
mode:
authorMaximilian Albert <maximilian.albert@gmail.com>2008-09-08 11:26:05 +0000
committercilix42 <cilix42@users.sourceforge.net>2008-09-08 11:26:05 +0000
commit291794ddbd15dc81b6b958c8fa68df032ad3487c (patch)
tree1d5a9deee6b189d8b93db851bc870f37d1b14f83 /src/ui/dialog/livepatheffect-editor.cpp
parentAttempt to fix the 245 floor / 255 page size adjustment problem. (diff)
downloadinkscape-291794ddbd15dc81b6b958c8fa68df032ad3487c.tar.gz
inkscape-291794ddbd15dc81b6b958c8fa68df032ad3487c.zip
Fix LP #258124 and crash when copying LPEs
(bzr r6778)
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 567ee24da..44f37083b 100644
--- a/src/ui/dialog/livepatheffect-editor.cpp
+++ b/src/ui/dialog/livepatheffect-editor.cpp
@@ -354,7 +354,7 @@ LivePathEffectEditor::onApply()
// If item is a SPRect, convert it to path first:
if ( SP_IS_RECT(item) ) {
- sp_selected_path_to_curves(false);
+ sp_selected_path_to_curves(current_desktop, false);
item = sel->singleItem(); // get new item
}