dabo Commit
Revision 6653
Date: 2011-07-04 01:11:39 -0700 (Mon, 04 Jul 2011)
Author: Jacekk
Trac: http://trac.dabodev.com/changeset/6653
Changed:
U trunk/dabo/ui/uiwx/dPemMixin.py
Log:
Fix not all paged controls supported by setAll() method issue.
Diff:
Modified: trunk/dabo/ui/uiwx/dPemMixin.py
===================================================================
--- trunk/dabo/ui/uiwx/dPemMixin.py 2011-07-03 14:10:01 UTC (rev 6652)
+++ trunk/dabo/ui/uiwx/dPemMixin.py 2011-07-04 08:11:39 UTC (rev 6653)
@@ -1197,8 +1197,7 @@
"""
if isinstance(self, dabo.ui.dGrid):
kids = self.Columns
- elif isinstance(self, (dabo.ui.dPageFrame, dabo.ui.dPageList,
- dabo.ui.dPageSelect, dabo.ui.dPageFrameNoTabs)):
+ elif isinstance(self, (dabo.ui.dPageFrameMixin,
dabo.ui.dPageFrameNoTabs)):
kids = self.Pages
else:
kids = self.Children
_______________________________________________
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]