From 291794ddbd15dc81b6b958c8fa68df032ad3487c Mon Sep 17 00:00:00 2001 From: Maximilian Albert Date: Mon, 8 Sep 2008 11:26:05 +0000 Subject: Fix LP #258124 and crash when copying LPEs (bzr r6778) --- src/ui/dialog/livepatheffect-editor.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ui/dialog/livepatheffect-editor.cpp') 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 } -- cgit v1.2.3