mailr14785 - /1.3/gui/relax_gui.py


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

Header


Content

Posted by edward on October 05, 2011 - 14:33:
Author: bugman
Date: Wed Oct  5 14:33:45 2011
New Revision: 14785

URL: http://svn.gna.org/viewcvs/relax?rev=14785&view=rev
Log:
A Yield is being used to allow the controller window to be shown and the 
cursor changed.

This is for the test suite run from the GUI.


Modified:
    1.3/gui/relax_gui.py

Modified: 1.3/gui/relax_gui.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/gui/relax_gui.py?rev=14785&r1=14784&r2=14785&view=diff
==============================================================================
--- 1.3/gui/relax_gui.py (original)
+++ 1.3/gui/relax_gui.py Wed Oct  5 14:33:45 2011
@@ -438,6 +438,9 @@
         # Show the relax controller.
         self.show_controller(event)
 
+        # Yield
+        wx.GetApp().Yield(True)
+
         # Prevent all new GUI elements from being shown.
         status.show_gui = False
 




Related Messages


Powered by MHonArc, Updated Wed Oct 05 15:00:02 2011