mailr10490 - /branches/bieri_gui/gui_bieri/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 January 28, 2010 - 12:30:
Author: bugman
Date: Thu Jan 28 12:30:55 2010
New Revision: 10490

URL: http://svn.gna.org/viewcvs/relax?rev=10490&view=rev
Log:
The relax controller window is shown straight after the global model choice 
dialog.


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

Modified: branches/bieri_gui/gui_bieri/analyses/auto_model_free.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/bieri_gui/gui_bieri/analyses/auto_model_free.py?rev=10490&r1=10489&r2=10490&view=diff
==============================================================================
--- branches/bieri_gui/gui_bieri/analyses/auto_model_free.py (original)
+++ branches/bieri_gui/gui_bieri/analyses/auto_model_free.py Thu Jan 28 
12:30:55 2010
@@ -540,6 +540,9 @@
         # The global model.
         which_model = self.choose_global_model(False)
 
+        # Display the relax controller.
+        self.gui.controller.Show()
+
         # Solve for all global models.
         if which_model == 'full':
             # The global model list.




Related Messages


Powered by MHonArc, Updated Thu Jan 28 12:40:03 2010