forked from SilverStudioGames/WTS
Bug fix
* Fixed choice menu hotkeys
This commit is contained in:
parent
79e25c27e9
commit
c42306f320
@ -154,7 +154,7 @@ screen choice(items):
|
|||||||
action entry.action
|
action entry.action
|
||||||
sensitive bool(entry.action)
|
sensitive bool(entry.action)
|
||||||
if i < 10 and entry.action:
|
if i < 10 and entry.action:
|
||||||
keysym (str(i), "K_KP"+str(i))
|
keysym ("K_"+str(i), "K_KP"+str(i))
|
||||||
|
|
||||||
fixed:
|
fixed:
|
||||||
style "empty"
|
style "empty"
|
||||||
|
Loading…
Reference in New Issue
Block a user