mirror of
https://github.com/shlomif/PySolFC.git
synced 2025-04-05 00:02:29 -04:00
fix runtime startup bug.
This commit is contained in:
parent
9fab5f8d1f
commit
65dfcd62ac
1 changed files with 5 additions and 1 deletions
|
@ -43,7 +43,11 @@ import validate
|
||||||
# * Options
|
# * Options
|
||||||
# ************************************************************************
|
# ************************************************************************
|
||||||
|
|
||||||
_global_settings = {}
|
_global_settings = {
|
||||||
|
'mouse_button1': 1,
|
||||||
|
'mouse_button2': 2,
|
||||||
|
'mouse_button3': 3,
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
def calcCustomMouseButtonsBinding(binding_format):
|
def calcCustomMouseButtonsBinding(binding_format):
|
||||||
|
|
Loading…
Add table
Reference in a new issue