Merge branch 'master' of github.com:skykooler/Lightningbeam
This commit is contained in:
commit
d6858e3ffe
|
|
@ -85,7 +85,8 @@ class WinMessageReflector(object):
|
|||
try:
|
||||
code = HIWORD(wParam)
|
||||
id = LOWORD(wParam)
|
||||
if id:
|
||||
if id != 0:
|
||||
if self != win_none_wrapper:
|
||||
self._win_menu_command(id)
|
||||
else:
|
||||
name = win_command_map.get(code)
|
||||
|
|
|
|||
Loading…
Reference in New Issue