Utilities/Startup.py

changeset 1775
cbe864be5274
parent 1509
c0b5e693b0eb
child 1849
fb1d05e523d3
diff -r 05265254f212 -r cbe864be5274 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_()

eric ide

mercurial