mailr14227 - /branches/gui_testing/gui/analyses/auto_model_free.py


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

Header


Content

Posted by edward on August 06, 2011 - 22:28:
Author: bugman
Date: Sat Aug  6 22:28:22 2011
New Revision: 14227

URL: http://svn.gna.org/viewcvs/relax?rev=14227&view=rev
Log:
The execute relax button is now turned off by the execution lock in the 
model-free auto-analysis tab.

Now all elements of the tab are deactivated.


Modified:
    branches/gui_testing/gui/analyses/auto_model_free.py

Modified: branches/gui_testing/gui/analyses/auto_model_free.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/gui_testing/gui/analyses/auto_model_free.py?rev=14227&r1=14226&r2=14227&view=diff
==============================================================================
--- branches/gui_testing/gui/analyses/auto_model_free.py (original)
+++ branches/gui_testing/gui/analyses/auto_model_free.py Sat Aug  6 22:28:22 
2011
@@ -248,6 +248,7 @@
         wx.CallAfter(self.mc_sim_num.Enable, enable)
         wx.CallAfter(self.max_iter.Enable, enable)
         wx.CallAfter(self.mode.Enable, enable)
+        wx.CallAfter(self.button_exec_relax.Enable, enable)
 
 
     def add_values(self, box):




Related Messages


Powered by MHonArc, Updated Sat Aug 06 22:40:02 2011