Set RoundedArcball as default orbit style.

Reorder status bar entries.
This commit is contained in:
Max Wilfinger
2025-05-02 15:14:18 +02:00
committed by Chris Hennes
parent e4b301a048
commit 3fcadd01f5
7 changed files with 19 additions and 18 deletions

View File

@@ -320,7 +320,7 @@ void View3DSettings::OnChange(ParameterGrp::SubjectType &rCaller,ParameterGrp::M
}
}
else if (strcmp(Reason,"OrbitStyle") == 0) {
int style = rGrp.GetInt("OrbitStyle",1);
int style = rGrp.GetInt("OrbitStyle",4);
for (auto _viewer : _viewers) {
_viewer->navigationStyle()->setOrbitStyle(NavigationStyle::OrbitStyle(style));
}