mirror of
https://github.com/MCV-Software/TWBlue.git
synced 2024-11-23 11:48:07 -06:00
Pressing enter, spacebar or mouse left click should show window if it's not visible
This commit is contained in:
parent
75bfc17bb1
commit
60507e8f6b
@ -55,7 +55,7 @@ class SysTrayIcon(wx.TaskBarIcon):
|
||||
if (self.frame.showing):
|
||||
self.frame.SetFocus()
|
||||
else:
|
||||
self.frame.onShow_hide()
|
||||
self.frame.show_hide()
|
||||
|
||||
def Destroy(self):
|
||||
self.menu.Destroy()
|
||||
|
Loading…
Reference in New Issue
Block a user