mailr14752 - /1.3/gui/pipe_editor.py


Others Months | Index by Date | Thread Index
>>   [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Header


Content

Posted by edward on September 26, 2011 - 14:59:
Author: bugman
Date: Mon Sep 26 14:59:11 2011
New Revision: 14752

URL: http://svn.gna.org/viewcvs/relax?rev=14752&view=rev
Log:
MS Windows bug fix for the pipe editor window.

The wx.Yield() call has been removed from the update_grid() method as it 
causes a
wx._core.PyAssertionError on Windows.


Modified:
    1.3/gui/pipe_editor.py

Modified: 1.3/gui/pipe_editor.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/gui/pipe_editor.py?rev=14752&r1=14751&r2=14752&view=diff
==============================================================================
--- 1.3/gui/pipe_editor.py (original)
+++ 1.3/gui/pipe_editor.py Mon Sep 26 14:59:11 2011
@@ -436,9 +436,6 @@
         # Thread safe.
         wx.CallAfter(self.update_grid_safe)
 
-        # Flush the events.
-        wx.Yield()
-
 
     def update_grid_safe(self):
         """Update the grid with the pipe data."""




Related Messages


Powered by MHonArc, Updated Mon Sep 26 15:20:01 2011