Skip to content

Commit

Permalink
Gui: Hide rotation center when in spinning mode
Browse files Browse the repository at this point in the history
  • Loading branch information
Rexbas committed Oct 28, 2023
1 parent 7bac795 commit 870ca64
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Gui/NavigationStyle.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1286,7 +1286,6 @@ void NavigationStyle::setViewingMode(const ViewerMode newmode)
break;

case SPINNING:
viewer->showRotationCenter(true);
this->interactiveCountInc();
viewer->getSoRenderManager()->scheduleRedraw();
break;
Expand Down

0 comments on commit 870ca64

Please sign in to comment.