Hide GUI at startup is fixed

This commit is contained in:
2015-03-09 15:55:34 -06:00
parent e1b3a94b13
commit 1a81d1a536
2 changed files with 3 additions and 0 deletions

View File

@@ -63,6 +63,7 @@ def setup():
r = mainController.Controller()
r.view.Show()
r.do_work()
r.check_invisible_at_startup()
call_threaded(r.start)
app.MainLoop()