Tux: Fix default orbit style shown in status bar
This commit is contained in:
committed by
Chris Hennes
parent
bd38dc12a1
commit
6d3d2fd52b
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user