[Gui] fix bug from #8048
- the submenu ordering must be coherent to the one in the preferences combobox otherwise one gets the wrong orbit style displayed in the preferences dialog
This commit is contained in:
@@ -359,12 +359,12 @@ gOrbit = QtGui.QActionGroup(menuSettings)
|
||||
aTurntable = QtGui.QAction(gOrbit)
|
||||
aTurntable.setObjectName("NavigationIndicator_Turntable")
|
||||
aTurntable.setCheckable(True)
|
||||
aFreeTurntable = QtGui.QAction(gOrbit)
|
||||
aFreeTurntable.setObjectName("NavigationIndicator_FreeTurntable")
|
||||
aFreeTurntable.setCheckable(True)
|
||||
aTrackball = QtGui.QAction(gOrbit)
|
||||
aTrackball.setObjectName("NavigationIndicator_Trackball")
|
||||
aTrackball.setCheckable(True)
|
||||
aFreeTurntable = QtGui.QAction(gOrbit)
|
||||
aFreeTurntable.setObjectName("NavigationIndicator_FreeTurntable")
|
||||
aFreeTurntable.setCheckable(True)
|
||||
|
||||
menuOrbit.addAction(aFreeTurntable)
|
||||
menuOrbit.addAction(aTurntable)
|
||||
|
||||
Reference in New Issue
Block a user