mailr12903 - /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 09, 2011 - 08:43:
Author: bugman
Date: Thu Jun  9 08:43:52 2011
New Revision: 12903

URL: http://svn.gna.org/viewcvs/relax?rev=12903&view=rev
Log:
Fix for the Delay_num_cell_editor.Clone() method for cloning the grid editor 
class.


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=12903&r1=12902&r2=12903&view=diff
==============================================================================
--- 1.3/gui/components/spectrum.py (original)
+++ 1.3/gui/components/spectrum.py Thu Jun  9 08:43:52 2011
@@ -93,7 +93,7 @@
         """Create and return a new class instance."""
 
         # Initialise and return the class.
-        return Delay_num_cell_editor(self.min, self.max)
+        return Delay_num_cell_editor(self.min, self.max, self.parent)
 
 
     def Create(self, parent, id, evtHandler):




Related Messages


Powered by MHonArc, Updated Thu Jun 09 10:40:01 2011