From 1feeb783610c344249be9a715a790d0c5d209810 Mon Sep 17 00:00:00 2001 From: Roman Rolinsky Date: Mon, 7 May 2007 20:08:19 +0000 Subject: [PATCH] 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 --- wxPython/wx/tools/XRCed/tree.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.45.2