mailr13870 - /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 July 25, 2011 - 21:17:
Author: bugman
Date: Mon Jul 25 21:17:19 2011
New Revision: 13870

URL: http://svn.gna.org/viewcvs/relax?rev=13870&view=rev
Log:
The SetValue call for the model-free model list GUI element now updates the 
element with the new vals.


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=13870&r1=13869&r2=13870&view=diff
==============================================================================
--- branches/gui_testing/gui/analyses/auto_model_free.py (original)
+++ branches/gui_testing/gui/analyses/auto_model_free.py Mon Jul 25 21:17:19 
2011
@@ -725,6 +725,9 @@
             # Set the selected flag.
             self.select[index] = True
 
+        # Update the GUI element.
+        self.field.SetValue(list_to_gui(self.GetValue()))
+
 
     def modify(self, event):
         """Modify the model-free model selection.




Related Messages


Powered by MHonArc, Updated Tue Jul 26 09:20:02 2011