dabo Commit
Revision 5297
Date: 2009-07-15 14:36:08 -0700 (Wed, 15 Jul 2009)
Author: Paul
Trac: http://trac.dabodev.com/changeset/5297

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

Log:
Fixes the disappearing Caption on dRadioBox that I introduced in my last commit.


Diff:
Modified: trunk/dabo/ui/uiwx/dRadioList.py
===================================================================
--- trunk/dabo/ui/uiwx/dRadioList.py    2009-07-13 21:58:32 UTC (rev 5296)
+++ trunk/dabo/ui/uiwx/dRadioList.py    2009-07-15 21:36:08 UTC (rev 5297)
@@ -169,7 +169,7 @@
        def _checkSizer(self, forceRecreate=False):
                """Makes sure the sizer is created before setting props that 
need it."""
                if self.Sizer is None or forceRecreate:
-                       self.Sizer = self.SizerClass(self, orientation="v")
+                       self.Sizer = self.SizerClass(self, orientation="v", 
Caption=self.Caption)
 
        
        def _onWxHit(self, evt):




_______________________________________________
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