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
This commit is contained in:
Robin Dunn 2004-08-07 02:17:47 +00:00
parent 317a64e59a
commit d0be08c704

View 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):