author | Edouard Tisserant <edouard.tisserant@gmail.com> |
Thu, 29 Mar 2018 23:33:36 +0200 | |
changeset 1977 | 9b3655ed2e24 |
parent 1976 | 5d72971a36a3 |
child 1985 | ae758ff037dc |
Beremiz.py | file | annotate | diff | comparison | revisions |
--- 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