mailr16040 - /branches/uf_redesign/gui/uf_objects.py


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

Header


Content

Posted by edward on May 07, 2012 - 12:21:
Author: bugman
Date: Mon May  7 12:21:57 2012
New Revision: 16040

URL: http://svn.gna.org/viewcvs/relax?rev=16040&view=rev
Log:
The wizard description height is now functional in the auto-generated user 
functions.

The height_desc arg was being overwritten by the base class 
Wiz_page.__init__() method.


Modified:
    branches/uf_redesign/gui/uf_objects.py

Modified: branches/uf_redesign/gui/uf_objects.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/uf_redesign/gui/uf_objects.py?rev=16040&r1=16039&r2=16040&view=diff
==============================================================================
--- branches/uf_redesign/gui/uf_objects.py (original)
+++ branches/uf_redesign/gui/uf_objects.py Mon May  7 12:21:57 2012
@@ -112,7 +112,6 @@
 
         # Store the args.
         self.name = name
-        self.height_desc = height_desc
         self.sync = sync
 
         # Default value data structure.
@@ -137,7 +136,7 @@
             self.title = self.uf_data.title
 
         # Execute the base class method.
-        super(Uf_page, self).__init__(parent)
+        super(Uf_page, self).__init__(parent, height_desc=height_desc)
 
         # Reset the cursor.
         if wx.IsBusy():




Related Messages


Powered by MHonArc, Updated Mon May 07 12:40:02 2012