mailr20712 - /branches/relax_disp/gui/analyses/auto_relax_disp.py


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

Header


Content

Posted by edward on August 29, 2013 - 16:46:
Author: bugman
Date: Thu Aug 29 16:46:21 2013
New Revision: 20712

URL: http://svn.gna.org/viewcvs/relax?rev=20712&view=rev
Log:
The self.field_pre_run_dir GUI element is now deactivate with the execution 
lock.


Modified:
    branches/relax_disp/gui/analyses/auto_relax_disp.py

Modified: branches/relax_disp/gui/analyses/auto_relax_disp.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/relax_disp/gui/analyses/auto_relax_disp.py?rev=20712&r1=20711&r2=20712&view=diff
==============================================================================
--- branches/relax_disp/gui/analyses/auto_relax_disp.py (original)
+++ branches/relax_disp/gui/analyses/auto_relax_disp.py Thu Aug 29 16:46:21 
2013
@@ -181,6 +181,7 @@
 
         # Activate or deactivate the elements.
         wx.CallAfter(self.field_results_dir.Enable, enable)
+        wx.CallAfter(self.field_pre_run_dir.Enable, enable)
         wx.CallAfter(self.spin_systems.Enable, enable)
         wx.CallAfter(self.field_isotope.Enable, enable)
         wx.CallAfter(self.field_cluster.Enable, enable)




Related Messages


Powered by MHonArc, Updated Thu Aug 29 18:40:02 2013