From 870ca646545975168f395e556765af5453856b07 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 5b4243bbf5a3..b49e1ed45f4f 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;