dabo Commit
Revision 4065
Date: 2008-05-05 11:15:11 -0700 (Mon, 05 May 2008)
Author: Ed
Trac: http://svn.dabodev.com/trac/dabo/changeset/4065

Changed:
U   trunk/dabo/ui/uiwx/dPageFrameMixin.py

Log:
Added a missing evt.Skip() to the wx-level PageChanging event handler.


Diff:
Modified: trunk/dabo/ui/uiwx/dPageFrameMixin.py
===================================================================
--- trunk/dabo/ui/uiwx/dPageFrameMixin.py       2008-05-04 20:04:33 UTC (rev 
4064)
+++ trunk/dabo/ui/uiwx/dPageFrameMixin.py       2008-05-05 18:15:11 UTC (rev 
4065)
@@ -33,6 +33,8 @@
                newPageNum = evt.GetSelection()
                if self._beforePageChange(oldPageNum, newPageNum) is False:
                        evt.Veto()
+               else:
+                       evt.Skip()
                self.raiseEvent(dEvents.PageChanging, oldPageNum=oldPageNum, 
                                newPageNum=newPageNum)
                                




_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-dev
Searchable Archives: http://leafe.com/archives/search/dabo-dev
This message: http://leafe.com/archives/byMID/[EMAIL PROTECTED]

Reply via email to