mirror of
https://github.com/MCV-Software/TWBlue.git
synced 2025-02-22 01:23:09 -05:00
The switcher module does not close the app when it is cancelled.
This commit is contained in:
parent
d032a6d8f7
commit
403784b77a
@ -19,5 +19,5 @@ class switcher(object):
|
|||||||
self.window.Hide()
|
self.window.Hide()
|
||||||
wx.GetApp().SetTopWindow(self.window)
|
wx.GetApp().SetTopWindow(self.window)
|
||||||
else:
|
else:
|
||||||
self.window.Show()
|
self.hold_window.Show()
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user