mailr13880 - /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 26, 2011 - 12:30:
Author: bugman
Date: Tue Jul 26 12:30:28 2011
New Revision: 13880

URL: http://svn.gna.org/viewcvs/relax?rev=13880&view=rev
Log:
Changing the model-free model selection now sets a red flag on the button.


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=13880&r1=13879&r2=13880&view=diff
==============================================================================
--- branches/gui_testing/gui/analyses/auto_model_free.py (original)
+++ branches/gui_testing/gui/analyses/auto_model_free.py Tue Jul 26 12:30:28 
2011
@@ -681,7 +681,7 @@
         sizer.AddSpacer((self.parent.spacer_horizontal, -1))
 
         # Add the button.
-        button_open = self.parent.add_button_open(sizer, self.parent, 
icon=paths.icon_16x16.flag_blue, text="Modify", fn=self.modify, 
width=self.parent.width_button, height=label.GetSize()[1]+8)
+        self.button = self.parent.add_button_open(sizer, self.parent, 
icon=paths.icon_16x16.flag_blue, text="Modify", fn=self.modify, 
width=self.parent.width_button, height=label.GetSize()[1]+8)
 
         # Add the contents to the main box.
         box.Add(sizer, 0, wx.ALL|wx.EXPAND, 0)
@@ -748,6 +748,9 @@
 
         # Set the values.
         self.select = self.model_win.get_selection()
+
+        # Change the flag to red to indicate to the user that changing the 
models is a bad thing!
+        self.button.SetBitmapLabel(wx.Bitmap(paths.icon_16x16.flag_red, 
wx.BITMAP_TYPE_ANY))
 
         # Update the GUI element.
         self.field.SetValue(list_to_gui(self.GetValue()))




Related Messages


Powered by MHonArc, Updated Tue Jul 26 12:40:02 2011