]> git.saurik.com Git - wxWidgets.git/commitdiff
Set focus back to the tree after loading the new sample pages
authorRobin Dunn <robin@alldunn.com>
Mon, 15 Mar 2004 22:56:15 +0000 (22:56 +0000)
committerRobin Dunn <robin@alldunn.com>
Mon, 15 Mar 2004 22:56:15 +0000 (22:56 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26221 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

wxPython/demo/Main.py

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