From f8ecd06858572391eb8c89c158c4422b3a880a22 Mon Sep 17 00:00:00 2001 From: Martin Owens Date: Tue, 9 Jan 2024 03:35:07 -0500 Subject: [PATCH] This is not a fix, it breaks rotation centers --- src/object/sp-item.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/object/sp-item.cpp b/src/object/sp-item.cpp index 3268465e7d..36caad3f50 100644 --- a/src/object/sp-item.cpp +++ b/src/object/sp-item.cpp @@ -299,7 +299,7 @@ bool SPItem::isCenterSet() const { // Get the item's transformation center in desktop coordinates (i.e. in pixels) Geom::Point SPItem::getCenter() const { - document->ensureUpToDate(); + //document->ensureUpToDate(); // Copied from DocumentProperties::onDocUnitChange() gdouble viewscale = 1.0; -- GitLab