mailr14568 - /1.3/gui/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 September 01, 2011 - 16:22:
Author: bugman
Date: Thu Sep  1 16:22:10 2011
New Revision: 14568

URL: http://svn.gna.org/viewcvs/relax?rev=14568&view=rev
Log:
Fix for the model-free model changing question dialog in the 
dauvergne_protocol analysis.

The dialog is now larger to see all text, and the answer is no longer back to 
front.


Modified:
    1.3/gui/analyses/auto_model_free.py

Modified: 1.3/gui/analyses/auto_model_free.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/gui/analyses/auto_model_free.py?rev=14568&r1=14567&r2=14568&view=diff
==============================================================================
--- 1.3/gui/analyses/auto_model_free.py (original)
+++ 1.3/gui/analyses/auto_model_free.py Thu Sep  1 16:22:10 2011
@@ -876,7 +876,7 @@
 
         # First state that this should not be done.
         msg = "The model-free models used in dauvergne_protocol 
auto-analysis should almost never be changed!  The consequences will be 
unpredictable.  Please proceed only if you are sure of what you are doing.  
Would you like to modify the model-free model list?"
-        if Question(msg, title="Warning - do not change!", 
default=False).ShowModal() == wx.ID_YES:
+        if not Question(msg, title="Warning - do not change!", size=(400, 
180), default=False).ShowModal() == wx.ID_YES:
             return
 
         # Set the model selector window selections.




Related Messages


Powered by MHonArc, Updated Fri Sep 02 11:00:02 2011