Added a call to raise the window to simpleAppStartup().

Mon, 09 Apr 2012 19:52:56 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Mon, 09 Apr 2012 19:52:56 +0200
changeset 1775
cbe864be5274
parent 1773
05265254f212
child 1776
6198675d24ea

Added a call to raise the window to simpleAppStartup().

Utilities/Startup.py file | annotate | diff | comparison | revisions
--- 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_()

eric ide

mercurial