- wip
This commit is contained in:
@@ -90,8 +90,8 @@ class App(QtCore.QObject):
|
|||||||
log.addHandler(handler)
|
log.addHandler(handler)
|
||||||
|
|
||||||
# Version
|
# Version
|
||||||
version = 8.905
|
version = 8.906
|
||||||
version_date = "2019/01/29"
|
version_date = "2019/01/30"
|
||||||
beta = True
|
beta = True
|
||||||
|
|
||||||
# URL for update checks and statistics
|
# URL for update checks and statistics
|
||||||
|
|||||||
@@ -1343,7 +1343,7 @@ class GeneralAppPrefGroupUI(OptionsGroupUI):
|
|||||||
self.panbuttonlabel = QtWidgets.QLabel('<b>Pan Button:</b>')
|
self.panbuttonlabel = QtWidgets.QLabel('<b>Pan Button:</b>')
|
||||||
self.panbuttonlabel.setToolTip("Select the mouse button to use for panning:\n"
|
self.panbuttonlabel.setToolTip("Select the mouse button to use for panning:\n"
|
||||||
"- MMB --> Middle Mouse Button\n"
|
"- MMB --> Middle Mouse Button\n"
|
||||||
"- RMB --> Middle Mouse Button")
|
"- RMB --> Right Mouse Button")
|
||||||
self.pan_button_radio = RadioSet([{'label': 'MMB', 'value': '3'},
|
self.pan_button_radio = RadioSet([{'label': 'MMB', 'value': '3'},
|
||||||
{'label': 'RMB', 'value': '2'}])
|
{'label': 'RMB', 'value': '2'}])
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user