Set focus back to the tree after loading the new sample pages

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26221 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn 2004-03-15 22:56:15 +00:00
parent 5c66e6508d
commit 2e55c8189d

View File

@ -722,6 +722,7 @@ class wxPythonDemo(wx.Frame):
self.txt.Clear()
self.window = None
self.tree.SetFocus()
#---------------------------------------------