dabo Commit
Revision 5985
Date: 2010-09-10 07:47:46 -0700 (Fri, 10 Sep 2010)
Author: Ed
Trac: http://trac.dabodev.com/changeset/5985

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

Log:
Fixed an issue where the normal _afterInit() processing was being bypassed.


Diff:
Modified: trunk/dabo/ui/uiwx/dBorderSizer.py
===================================================================
--- trunk/dabo/ui/uiwx/dBorderSizer.py  2010-09-09 23:08:33 UTC (rev 5984)
+++ trunk/dabo/ui/uiwx/dBorderSizer.py  2010-09-10 14:47:46 UTC (rev 5985)
@@ -54,12 +54,9 @@
                # Mark the box as part of the sizer
                self.Box._belongsToBorderSizer = True
 
-               self.afterInit()
+               self._afterInit()
 
 
-       def afterInit(self): pass       
-
-
        def getNonBorderedClass(self):
                """Return the class that is the non-border sizer version of 
this class."""
                return dabo.ui.dSizer



_______________________________________________
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