mailr10534 - /branches/bieri_gui/gui_bieri/analyses/auto_rx_base.py


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

Header


Content

Posted by edward on January 28, 2010 - 17:48:
Author: bugman
Date: Thu Jan 28 17:48:45 2010
New Revision: 10534

URL: http://svn.gna.org/viewcvs/relax?rev=10534&view=rev
Log:
Commented out some non-functional code.


Modified:
    branches/bieri_gui/gui_bieri/analyses/auto_rx_base.py

Modified: branches/bieri_gui/gui_bieri/analyses/auto_rx_base.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/bieri_gui/gui_bieri/analyses/auto_rx_base.py?rev=10534&r1=10533&r2=10534&view=diff
==============================================================================
--- branches/bieri_gui/gui_bieri/analyses/auto_rx_base.py (original)
+++ branches/bieri_gui/gui_bieri/analyses/auto_rx_base.py Thu Jan 28 17:48:45 
2010
@@ -60,11 +60,11 @@
         self.data = ds.relax_gui.analyses.add(self.analysis_type)
 
         # Build and pack the main sizer box, then add it to the automatic 
model-free analysis frame.
-        main_box = self.build_main_box()
-        self.gui.modelfree.SetSizer(main_box)
-
-        # Set the frame font size.
-        self.gui.modelfree.SetFont(wx.Font(8, wx.DEFAULT, wx.NORMAL, 
wx.NORMAL, 0, ""))
+        #main_box = self.build_main_box()
+        #self.gui.modelfree.SetSizer(main_box)
+
+        ## Set the frame font size.
+        #self.gui.modelfree.SetFont(wx.Font(8, wx.DEFAULT, wx.NORMAL, 
wx.NORMAL, 0, ""))
 
         # R1 no. 1
         rx_data = ds.relax_gui.analyses[self.r1_index[0]]




Related Messages


Powered by MHonArc, Updated Thu Jan 28 18:00:03 2010