From: Roman Rolinsky Date: Mon, 7 May 2007 20:08:19 +0000 (+0000) Subject: Yield causes premature redrawing of the test window X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/1feeb783610c344249be9a715a790d0c5d209810?ds=inline Yield causes premature redrawing of the test window git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@45867 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/wxPython/wx/tools/XRCed/tree.py b/wxPython/wx/tools/XRCed/tree.py index 1e77eac3a4..0e88c4eba3 100644 --- a/wxPython/wx/tools/XRCed/tree.py +++ b/wxPython/wx/tools/XRCed/tree.py @@ -792,7 +792,7 @@ class XML_Tree(wx.TreeCtrl): self.selection = None g.tools.UpdateUI() wx.TreeCtrl.UnselectAll(self) - wx.Yield() + #wx.Yield() def ChangeSelection(self, item): # Apply changes