diff options
| author | Maximilian Albert <maximilian.albert@gmail.com> | 2008-09-08 11:26:05 +0000 |
|---|---|---|
| committer | cilix42 <cilix42@users.sourceforge.net> | 2008-09-08 11:26:05 +0000 |
| commit | 291794ddbd15dc81b6b958c8fa68df032ad3487c (patch) | |
| tree | 1d5a9deee6b189d8b93db851bc870f37d1b14f83 /src/ui/dialog/livepatheffect-editor.cpp | |
| parent | Attempt to fix the 245 floor / 255 page size adjustment problem. (diff) | |
| download | inkscape-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.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 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 } |
