summaryrefslogtreecommitdiffstats
path: root/src/star-context.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/star-context.cpp')
-rw-r--r--src/star-context.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/star-context.cpp b/src/star-context.cpp
index 4d5d9780c..63a15545f 100644
--- a/src/star-context.cpp
+++ b/src/star-context.cpp
@@ -485,6 +485,10 @@ sp_star_finish (SPStarContext * sc)
return;
}
+ // Set transform center, so that odd stars rotate correctly
+ // LP #462157
+ sc->item->setCenter(sc->center);
+
SPDesktop *desktop = SP_EVENT_CONTEXT(sc)->desktop;
SPObject *object = SP_OBJECT(sc->item);