From 2e55c8189d9c5a723c4f896caa37507421dd6351 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Mon, 15 Mar 2004 22:56:15 +0000 Subject: [PATCH] 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 --- wxPython/demo/Main.py | 1 + 1 file changed, 1 insertion(+) 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() #--------------------------------------------- -- 2.45.2