diff -r 338e2f51b685 -r 99f8cfa80b15 Beremiz.py --- 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): self.InitI18n() self.CheckUpdates() @@ -186,6 +183,8 @@ def PreStart(self): self.ProcessCommandLineArgs() self.CreateApplication() + self.ShowSplashScreen() + self.BackgroundInitialization() def MainLoop(self): self.app.MainLoop()