Beremiz.py
changeset 1977 9b3655ed2e24
parent 1976 5d72971a36a3
child 2443 75a274023970
--- a/Beremiz.py	Thu Mar 29 23:25:26 2018 +0200
+++ b/Beremiz.py	Thu Mar 29 23:33:36 2018 +0200
@@ -117,6 +117,7 @@
     def ShowSplashScreen(self):
         class Splash(AdvancedSplash):
             Painted = False
+
             def OnPaint(_self, event):  # pylint: disable=no-self-argument
                 AdvancedSplash.OnPaint(_self, event)
                 if not _self.Painted:  # trigger app start only once