summaryrefslogtreecommitdiffstats
path: root/src/ui
diff options
context:
space:
mode:
authormathog <>2014-09-08 17:13:03 +0000
committermathog <>2014-09-08 17:13:03 +0000
commit71c3b0398381d4bace1427bbda11f486fcbcc307 (patch)
treeda5143086f2d7335ce1c8f9d1c9177603dde2304 /src/ui
parentTranslations. Italian translation update (75%) by Firas Hanife. (diff)
downloadinkscape-71c3b0398381d4bace1427bbda11f486fcbcc307.tar.gz
inkscape-71c3b0398381d4bace1427bbda11f486fcbcc307.zip
partial rollback of r13544, allow old recursive behavior for some locations, but not EMF import
(bzr r13549)
Diffstat (limited to 'src/ui')
-rw-r--r--src/ui/dialog/document-properties.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/ui/dialog/document-properties.cpp b/src/ui/dialog/document-properties.cpp
index 2757a0ec9..1f220b246 100644
--- a/src/ui/dialog/document-properties.cpp
+++ b/src/ui/dialog/document-properties.cpp
@@ -1747,7 +1747,8 @@ void DocumentProperties::onDocUnitChange()
doc->getRoot()->scaleChildItemsRec(Geom::Scale(scale), Geom::Point(-viewscale*doc->getRoot()->viewBox.min()[Geom::X] +
(doc->getWidth().value("px") - viewscale*doc->getRoot()->viewBox.width())/2,
viewscale*doc->getRoot()->viewBox.min()[Geom::Y] +
- (doc->getHeight().value("px") + viewscale*doc->getRoot()->viewBox.height())/2));
+ (doc->getHeight().value("px") + viewscale*doc->getRoot()->viewBox.height())/2),
+ false);
ShapeEditor::blockSetItem(false);
}
prefs->setBool("/options/transform/stroke", transform_stroke);