beremiz
Clone
Summary
Browse
Changes
Graph
PEP-8...
2018-03-29, Edouard Tisserant
9b3655ed2e24
Parents
5d72971a36a3
Children
ae758ff037dc
PEP-8...
1 files changed, 1 insertions(+), 0 deletions(-)
+1
-0
Beremiz.py
--- 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