diff options
| author | Marc Jeanmougin <marc@jeanmougin.fr> | 2019-06-20 13:08:43 +0000 |
|---|---|---|
| committer | Marc Jeanmougin <marc@jeanmougin.fr> | 2019-06-20 13:08:43 +0000 |
| commit | a6538efd22aae68fae6dca99748f13981e547922 (patch) | |
| tree | 6765cbf522a7ef884483dc8c8ed29117f8a9e9a3 /src/ui/clipboard.cpp | |
| parent | Remove unused code. (diff) | |
| parent | Refactoring: replace funcs with methods. (diff) | |
| download | inkscape-a6538efd22aae68fae6dca99748f13981e547922.tar.gz inkscape-a6538efd22aae68fae6dca99748f13981e547922.zip | |
Merge branch 'refactoring' of gitlab.com:shlomif/inkscape
Diffstat (limited to 'src/ui/clipboard.cpp')
| -rw-r--r-- | src/ui/clipboard.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/clipboard.cpp b/src/ui/clipboard.cpp index 7460822c9..b9b4ce605 100644 --- a/src/ui/clipboard.cpp +++ b/src/ui/clipboard.cpp @@ -521,7 +521,7 @@ bool ClipboardManagerImpl::pasteSize(ObjectSet *set, bool separately, bool apply if (item) { Geom::OptRect obj_size = item->desktopVisualBounds(); if ( obj_size ) { - sp_item_scale_rel(item, _getScale(set->desktop(), min, max, *obj_size, apply_x, apply_y)); + item->scale_rel(_getScale(set->desktop(), min, max, *obj_size, apply_x, apply_y)); } } else { g_assert_not_reached(); |
