mailr14523 - /1.3/gui/controller.py


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

Header


Content

Posted by edward on August 30, 2011 - 15:45:
Author: bugman
Date: Tue Aug 30 15:45:26 2011
New Revision: 14523

URL: http://svn.gna.org/viewcvs/relax?rev=14523&view=rev
Log:
The relax controller is no longer shown every time a print out occurs.

This window was appearing far too often causing too much window clutter.


Modified:
    1.3/gui/controller.py

Modified: 1.3/gui/controller.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/gui/controller.py?rev=14523&r1=14522&r2=14523&view=diff
==============================================================================
--- 1.3/gui/controller.py (original)
+++ 1.3/gui/controller.py Tue Aug 30 15:45:26 2011
@@ -942,9 +942,6 @@
         # Make the control read only again.
         self.SetReadOnly(True)
 
-        # Show the relax controller when text is added.
-        if status.show_gui and not self.controller.IsShown():
-            self.controller.Show()
 
 
 class Redirect_text(object):




Related Messages


Powered by MHonArc, Updated Tue Aug 30 16:20:02 2011