From 306a5d85e7ca9cb33d08d4d668718f3ff6066295 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Mon, 19 Mar 2007 16:01:48 +0000 Subject: [PATCH] update the info panel when refreshing the tree git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@44935 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- wxPython/wx/lib/inspection.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/wxPython/wx/lib/inspection.py b/wxPython/wx/lib/inspection.py index 622d1168f5..38137ea606 100644 --- a/wxPython/wx/lib/inspection.py +++ b/wxPython/wx/lib/inspection.py @@ -245,7 +245,8 @@ class InspectionFrame(wx.Frame): def OnRefreshTree(self, evt): self.RefreshTree() - + self.UpdateInfo() + def OnFindWidget(self, evt): self.Bind(wx.EVT_LEFT_DOWN, self.OnLeftDown)