diff options
| author | Jabier Arraiza Cenoz <jabier.arraiza@marker.es> | 2016-10-25 21:31:28 +0000 |
|---|---|---|
| committer | jabiertxof <info@marker.es> | 2016-10-25 21:31:28 +0000 |
| commit | 47afab8f225cffbcc94d49216c4382410a84ed47 (patch) | |
| tree | 3e639a4b359de538b5bf037eb3e43d85f7b2673c /src/ui/dialog/layer-properties.cpp | |
| parent | Some bug fixes and improvements (diff) | |
| parent | Fix signals (diff) | |
| download | inkscape-47afab8f225cffbcc94d49216c4382410a84ed47.tar.gz inkscape-47afab8f225cffbcc94d49216c4382410a84ed47.zip | |
Update to trunk
(bzr r15142.1.26)
Diffstat (limited to 'src/ui/dialog/layer-properties.cpp')
| -rw-r--r-- | src/ui/dialog/layer-properties.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/dialog/layer-properties.cpp b/src/ui/dialog/layer-properties.cpp index 4aa86cc48..f28f8336a 100644 --- a/src/ui/dialog/layer-properties.cpp +++ b/src/ui/dialog/layer-properties.cpp @@ -384,7 +384,7 @@ void LayerPropertiesDialog::Move::setup(LayerPropertiesDialog &dialog) { void LayerPropertiesDialog::Move::perform(LayerPropertiesDialog &dialog) { SPObject *moveto = dialog._selectedLayer(); - sp_selection_to_layer(dialog._desktop, moveto, false); + dialog._desktop->selection->toLayer(moveto); } void LayerPropertiesDialog::_setDesktop(SPDesktop *desktop) { |
