diff --git a/Demo/tkinter/guido/switch.py b/Demo/tkinter/guido/switch.py index 794403995c6a38..3b58f7ce476f39 100644 --- a/Demo/tkinter/guido/switch.py +++ b/Demo/tkinter/guido/switch.py @@ -49,6 +49,7 @@ def main(): app = App() app.addpanel("label", LabelPanel) app.addpanel("button", ButtonPanel) + app.top.mainloop() if __name__ == '__main__': main()