]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/demo/Main.py
enhanced a comment ;-)
[wxWidgets.git] / wxPython / demo / Main.py
index 7379e4db9ff74426deb0b5785320e3de28089f17..8c7b09d6997cf5d402cf63b054b715aa52fa8ead 100644 (file)
@@ -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")