Gui: Find bounding sphere after showing rotation center

This commit is contained in:
Rexbas
2023-11-12 14:42:45 +01:00
parent a740632616
commit cafede514a

View File

@@ -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();