From: Robin Dunn Date: Mon, 15 Mar 2004 22:56:15 +0000 (+0000) Subject: Set focus back to the tree after loading the new sample pages X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/2e55c8189d9c5a723c4f896caa37507421dd6351 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 --- diff --git a/wxPython/demo/Main.py b/wxPython/demo/Main.py index 574387f1e1..d8b422b29a 100644 --- a/wxPython/demo/Main.py +++ b/wxPython/demo/Main.py @@ -722,6 +722,7 @@ class wxPythonDemo(wx.Frame): self.txt.Clear() self.window = None + self.tree.SetFocus() #---------------------------------------------