mailr11945 - /branches/bieri_gui/gui_bieri/components/spin_view.py


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

Header


Content

Posted by edward on December 22, 2010 - 16:05:
Author: bugman
Date: Wed Dec 22 16:05:45 2010
New Revision: 11945

URL: http://svn.gna.org/viewcvs/relax?rev=11945&view=rev
Log:
The mol, res, and spin container windows are now also refreshed so that they 
look ok under MS Windows.


Modified:
    branches/bieri_gui/gui_bieri/components/spin_view.py

Modified: branches/bieri_gui/gui_bieri/components/spin_view.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/bieri_gui/gui_bieri/components/spin_view.py?rev=11945&r1=11944&r2=11945&view=diff
==============================================================================
--- branches/bieri_gui/gui_bieri/components/spin_view.py (original)
+++ branches/bieri_gui/gui_bieri/components/spin_view.py Wed Dec 22 16:05:45 
2010
@@ -78,6 +78,7 @@
 
         # Re-perform the window layout.
         self.Layout()
+        self.Refresh()
 
 
     def create_subtitle(self, text):
@@ -146,6 +147,7 @@
 
         # Re-perform the window layout.
         self.Layout()
+        self.Refresh()
 
 
     def display_root(self):




Related Messages


Powered by MHonArc, Updated Wed Dec 22 16:40:01 2010