mailr26562 - /trunk/gui/analyses/__init__.py


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

Header


Content

Posted by edward on November 13, 2014 - 11:40:
Author: bugman
Date: Thu Nov 13 11:40:54 2014
New Revision: 26562

URL: http://svn.gna.org/viewcvs/relax?rev=26562&view=rev
Log:
Small fix for the GUI analysis deletion method to prevent racing in the GUI 
tests.


Modified:
    trunk/gui/analyses/__init__.py

Modified: trunk/gui/analyses/__init__.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/gui/analyses/__init__.py?rev=26562&r1=26561&r2=26562&view=diff
==============================================================================
--- trunk/gui/analyses/__init__.py      (original)
+++ trunk/gui/analyses/__init__.py      Thu Nov 13 11:40:54 2014
@@ -237,6 +237,7 @@
             if status.debug:
                 print("debug> %s:  Executing the analysis specific delete() 
method." % full_name)
             self._analyses[index].delete()
+        wx.Yield()
 
         # Delete the tab.
         if status.debug:




Related Messages


Powered by MHonArc, Updated Thu Nov 13 12:20:02 2014