X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1b62f00d8e3ec5437ab780cb3d73d299cc61e20c..3cfcd50b7d20ed0dedb79b1acf477ee5a7938533:/wxPython/demo/Main.py diff --git a/wxPython/demo/Main.py b/wxPython/demo/Main.py index 7379e4db9f..8c7b09d699 100644 --- a/wxPython/demo/Main.py +++ b/wxPython/demo/Main.py @@ -172,7 +172,7 @@ class wxPythonDemo(wxFrame): self.ovr = wxHtmlWindow(self.nb, -1, size=(400, 400)) self.nb.AddPage(self.ovr, "Overview") - else: # hopefully I can remove this hacky code soon + else: # hopefully I can remove this hacky code soon, see bug #216861 panel = wxPanel(self.nb, -1) self.ovr = wxHtmlWindow(panel, -1, size=(400, 400)) self.nb.AddPage(panel, "Overview")