dabo Commit
Revision 1167
Date: 2005-08-14 09:37:13 -0700 (Sun, 14 Aug 2005)
Author: ed
Changed:
U trunk/dabo/ui/dialogs/Wizard.py
Log:
Fixed a bug that affected the navigation to/from the last page in the
wizard. This was causing all sorts of odd behaviors when you went from the
last wizard page backwards, and then forward again to the last page.
Diff:
Modified: trunk/dabo/ui/dialogs/Wizard.py
===================================================================
--- trunk/dabo/ui/dialogs/Wizard.py 2005-08-14 04:21:07 UTC (rev 1166)
+++ trunk/dabo/ui/dialogs/Wizard.py 2005-08-14 16:37:13 UTC (rev 1167)
@@ -180,10 +180,10 @@
except: pass
self._blankPage.release()
for idx in range(self.PageCount):
+ page = self._pages[idx]
try:
self.pagePanel.Sizer.remove(page)
except: pass
- page = self._pages[idx]
if idx == self._currentPage:
page.Visible = True
# Need this to keep the pages resizing
correctly.
_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-dev