]> git.saurik.com Git - wxWidgets.git/commitdiff
Yield causes premature redrawing of the test window
authorRoman Rolinsky <rolinsky@femagsoft.com>
Mon, 7 May 2007 20:08:19 +0000 (20:08 +0000)
committerRoman Rolinsky <rolinsky@femagsoft.com>
Mon, 7 May 2007 20:08:19 +0000 (20:08 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@45867 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

wxPython/wx/tools/XRCed/tree.py

index 1e77eac3a4554da23f5ecea7c69332ee609c4a68..0e88c4eba38c8be1de673e425fb3353e6fc656f8 100644 (file)
@@ -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