Another little startup change in the eric main script.

Tue, 23 Sep 2014 18:48:30 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Tue, 23 Sep 2014 18:48:30 +0200
changeset 3814
c8b7a6bbb1a4
parent 3812
9643514994be
child 3816
7216192a9de5

Another little startup change in the eric main script.

eric6.py file | annotate | diff | comparison | revisions
--- a/eric6.py	Tue Sep 23 18:40:26 2014 +0200
+++ b/eric6.py	Tue Sep 23 18:48:30 2014 +0200
@@ -254,6 +254,7 @@
         splash = NoneSplashScreen()
     else:
         splash = SplashScreen()
+    QCoreApplication.processEvents()
 
     # modify the executable search path for the PyQt5 installer
     if Globals.isWindowsPlatform():

eric ide

mercurial