--- a/Beremiz.py Tue Jan 30 16:23:50 2018 +0100
+++ b/Beremiz.py Wed Jan 31 11:21:08 2018 +0100
@@ -124,9 +124,6 @@
if wx.VERSION < (3, 0, 0):
wx.InitAllImageHandlers()
- self.ShowSplashScreen()
- self.BackgroundInitialization()
def BackgroundInitialization(self):
@@ -186,6 +183,8 @@
self.ProcessCommandLineArgs()
+ self.ShowSplashScreen() + self.BackgroundInitialization()