]> git.saurik.com Git - wxWidgets.git/commitdiff
update the overview text before updating the pages
authorRobin Dunn <robin@alldunn.com>
Sat, 7 Aug 2004 02:17:47 +0000 (02:17 +0000)
committerRobin Dunn <robin@alldunn.com>
Sat, 7 Aug 2004 02:17:47 +0000 (02:17 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28686 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

wxPython/demo/Main.py

index 9fd4ad208a4ff537ed4704ddd96eaf41bad7e0fa..852a27adada4de35dc3f6fd6b18b1752289da8f9 100644 (file)
@@ -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):