mailr11955 - /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 23, 2010 - 12:05:
Author: bugman
Date: Thu Dec 23 12:05:15 2010
New Revision: 11955

URL: http://svn.gna.org/viewcvs/relax?rev=11955&view=rev
Log:
The spin view window toolbar is now properly created.

The Realize() method is needed to build it correctly on 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=11955&r1=11954&r2=11955&view=diff
==============================================================================
--- branches/bieri_gui/gui_bieri/components/spin_view.py (original)
+++ branches/bieri_gui/gui_bieri/components/spin_view.py Thu Dec 23 12:05:15 
2010
@@ -956,6 +956,9 @@
         self.Bind(wx.EVT_COMBOBOX, self.update_pipes, self.pipe_name)
         self.update_pipes(None)
 
+        # Build the toolbar.
+        self.bar.Realize()
+
 
     def update_pipes(self, event=None):
         """Update the spin view data pipe selector.




Related Messages


Powered by MHonArc, Updated Thu Dec 23 12:20:02 2010