From 54adf6fbd74b26fd0a683c7194ed6003c420c50f Mon Sep 17 00:00:00 2001 From: Rexbas Date: Sat, 28 Oct 2023 11:04:51 +0200 Subject: [PATCH] Gui: Hide rotation center when in spinning mode --- src/Gui/NavigationStyle.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Gui/NavigationStyle.cpp b/src/Gui/NavigationStyle.cpp index 5b4243bbf5..b49e1ed45f 100644 --- a/src/Gui/NavigationStyle.cpp +++ b/src/Gui/NavigationStyle.cpp @@ -1286,7 +1286,6 @@ void NavigationStyle::setViewingMode(const ViewerMode newmode) break; case SPINNING: - viewer->showRotationCenter(true); this->interactiveCountInc(); viewer->getSoRenderManager()->scheduleRedraw(); break;