The switcher module does not close the app when it is cancelled.

This commit is contained in:
Manuel Cortez 2014-12-08 10:17:07 -06:00
parent d032a6d8f7
commit 403784b77a

View File

@ -19,5 +19,5 @@ class switcher(object):
self.window.Hide()
wx.GetApp().SetTopWindow(self.window)
else:
self.window.Show()
self.hold_window.Show()