Tux: Fix default orbit style shown in status bar

This commit is contained in:
Bas Ruigrok
2024-09-21 22:33:56 +02:00
committed by Chris Hennes
parent 5a614828e3
commit f779ebe60a

View File

@@ -756,7 +756,7 @@ def onOrbit():
def onOrbitShow():
"""Set turntable or trackball orbit style."""
OrbitStyle = pView.GetInt("OrbitStyle", 0)
OrbitStyle = pView.GetInt("OrbitStyle", 1)
gOrbit.blockSignals(True)
if OrbitStyle == 0:
aTurntable.setChecked(True)