Skip to content

Commit

Permalink
Fix typo in wxpython.py example
Browse files Browse the repository at this point in the history
  • Loading branch information
cztomczak committed Apr 18, 2017
1 parent b438b3e commit 8c5904a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/wxpython.py
Original file line number Diff line number Diff line change
Expand Up @@ -212,11 +212,11 @@ def OnInit(self):
def initialize(self):
if self.is_initialized:
return
self.is_initialized = True
self.create_timer()
frame = MainFrame()
self.SetTopWindow(frame)
frame.Show()
self.initialized = True

def create_timer(self):
# See also "Making a render loop":
Expand Down

0 comments on commit 8c5904a

Please sign in to comment.