mailr13181 - /branches/gui_testing/gui/wizard.py


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

Header


Content

Posted by edward on June 23, 2011 - 16:03:
Author: bugman
Date: Thu Jun 23 16:03:52 2011
New Revision: 13181

URL: http://svn.gna.org/viewcvs/relax?rev=13181&view=rev
Log:
Removed the binding of wx.EVT_SHOW() for the wizard panels to the update() 
method.

This is now handled better by the on_display() method.


Modified:
    branches/gui_testing/gui/wizard.py

Modified: branches/gui_testing/gui/wizard.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/gui_testing/gui/wizard.py?rev=13181&r1=13180&r2=13181&view=diff
==============================================================================
--- branches/gui_testing/gui/wizard.py (original)
+++ branches/gui_testing/gui/wizard.py Thu Jun 23 16:03:52 2011
@@ -141,9 +141,6 @@
         main_sizer.AddStretchSpacer()
         main_sizer.AddStretchSpacer()
 
-        # Bind some events.
-        self.Bind(wx.EVT_SHOW, self.update)
-
 
     def add_artwork(self, sizer):
         """Add the artwork to the dialog.




Related Messages


Powered by MHonArc, Updated Thu Jun 23 16:20:02 2011