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

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

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Mon, 09 Apr 2012 19:52:56 +0200
branch
5_2_x
changeset 1777
d464bb43569d
parent 1774
fda2bb18c3ae
child 1784
f74f03e98128

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