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)