mailr14238 - /branches/gui_testing/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 07, 2011 - 15:49:
Author: bugman
Date: Sun Aug  7 15:49:50 2011
New Revision: 14238

URL: http://svn.gna.org/viewcvs/relax?rev=14238&view=rev
Log:
The relax controller window is calling Layout() after updating to show all 
panels properly.

This is needed when showing the model-free or Rx panels.


Modified:
    branches/gui_testing/gui/controller.py

Modified: branches/gui_testing/gui/controller.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/gui_testing/gui/controller.py?rev=14238&r1=14237&r2=14238&view=diff
==============================================================================
--- branches/gui_testing/gui/controller.py (original)
+++ branches/gui_testing/gui/controller.py Sun Aug  7 15:49:50 2011
@@ -375,6 +375,9 @@
         # Update the main gauge.
         wx.CallAfter(self.update_gauge)
 
+        # Re-layout the window.
+        wx.CallAfter(self.Layout)
+
 
     def update_gauge(self):
         """Update the main execution gauge."""




Related Messages


Powered by MHonArc, Updated Sun Aug 07 18:00:02 2011