mailr12997 - /1.3/gui/components/spectrum.py


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

Header


Content

Posted by edward on June 14, 2011 - 16:23:
Author: bugman
Date: Tue Jun 14 16:23:49 2011
New Revision: 12997

URL: http://svn.gna.org/viewcvs/relax?rev=12997&view=rev
Log:
The relaxation delay time column is no longer read only.


Modified:
    1.3/gui/components/spectrum.py

Modified: 1.3/gui/components/spectrum.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/gui/components/spectrum.py?rev=12997&r1=12996&r2=12997&view=diff
==============================================================================
--- 1.3/gui/components/spectrum.py (original)
+++ 1.3/gui/components/spectrum.py Tue Jun 14 16:23:49 2011
@@ -361,9 +361,6 @@
 
         # Column properties.
         for i in range(self.grid.GetNumberRows()):
-            # Make the relaxation delay column read only.
-            self.grid.SetReadOnly(i, 1)
-
             # Set the editor for the number of cycles column.
             self.grid.SetCellEditor(i, 2, Delay_num_cell_editor(0, 200, 
self))
 




Related Messages


Powered by MHonArc, Updated Tue Jun 14 16:40:02 2011