Skip to content

Commit

Permalink
Fixed wx.App attribute error.
Browse files Browse the repository at this point in the history
  • Loading branch information
njsch committed Jun 11, 2020
1 parent 87177b6 commit 559db61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lbc_fruit.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@ def OnEvent(dlg, event, name):
dlg.AddTextCtrl(label='Fruit')
dlg.AddListBox(label='Basket')
dlg.Complete(buttons=['Add', 'Delete'], handler=OnEvent)
app.Exit()
app.Destroy()

0 comments on commit 559db61

Please sign in to comment.