We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b438b3e commit 8c5904aCopy full SHA for 8c5904a
1 file changed
examples/wxpython.py
@@ -212,11 +212,11 @@ def OnInit(self):
212
def initialize(self):
213
if self.is_initialized:
214
return
215
+ self.is_initialized = True
216
self.create_timer()
217
frame = MainFrame()
218
self.SetTopWindow(frame)
219
frame.Show()
- self.initialized = True
220
221
def create_timer(self):
222
# See also "Making a render loop":
0 commit comments