From cafede514a906e526b103eb92ba1a621ef53dde8 Mon Sep 17 00:00:00 2001 From: Rexbas Date: Sun, 12 Nov 2023 14:42:45 +0100 Subject: [PATCH] Gui: Find bounding sphere after showing rotation center --- src/Gui/NavigationStyle.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Gui/NavigationStyle.cpp b/src/Gui/NavigationStyle.cpp index e435be57c1..0d03e51d29 100644 --- a/src/Gui/NavigationStyle.cpp +++ b/src/Gui/NavigationStyle.cpp @@ -1300,8 +1300,8 @@ void NavigationStyle::setViewingMode(const ViewerMode newmode) // Set up initial projection point for the projector object when // first starting a drag operation. animator->stop(); - findBoundingSphere(); viewer->showRotationCenter(true); + findBoundingSphere(); this->spinprojector->project(this->lastmouseposition); this->interactiveCountInc(); this->clearLog();