diff -r fda2bb18c3ae -r d464bb43569d Utilities/Startup.py --- a/Utilities/Startup.py Mon Apr 09 18:51:29 2012 +0200 +++ b/Utilities/Startup.py Mon Apr 09 19:52:56 2012 +0200 @@ -243,5 +243,6 @@ if quitOnLastWindowClosed: app.lastWindowClosed.connect(app.quit) w.show() + w.raise_() return app.exec_()