From: Robin Dunn Date: Sat, 7 Aug 2004 02:17:47 +0000 (+0000) Subject: update the overview text before updating the pages X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/d0be08c7043a9e0afd4a094b86edb291b89317c4 update the overview text before updating the pages git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28686 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/wxPython/demo/Main.py b/wxPython/demo/Main.py index 9fd4ad208a..852a27adad 100644 --- a/wxPython/demo/Main.py +++ b/wxPython/demo/Main.py @@ -1310,8 +1310,8 @@ class wxPythonDemo(wx.Frame): if loadSource: self.LoadDemoSource() - self.UpdateNotebook() self.SetOverview(self.demoModules.name + " Overview", overviewText) + self.UpdateNotebook() #--------------------------------------------- def ShutdownDemoModule(self):