Code

Add option to align & distribute dialog to treat the selection as a group (closes...
[inkscape.git] / src / ui / dialog / livepatheffect-editor.cpp
index 567ee24dadf47ada4130dd7d0b7e0c0a7166dbb6..44f37083b0402f28bbe075ff130b84f028afc47e 100644 (file)
@@ -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
             }