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:
parent
5c66e6508d
commit
2e55c8189d
@ -722,6 +722,7 @@ class wxPythonDemo(wx.Frame):
|
||||
self.txt.Clear()
|
||||
self.window = None
|
||||
|
||||
self.tree.SetFocus()
|
||||
|
||||
|
||||
#---------------------------------------------
|
||||
|
Loading…
Reference in New Issue
Block a user