dabo Commit
Revision 4632
Date: 2008-11-02 11:21:10 -0800 (Sun, 02 Nov 2008)
Author: Nate
Trac: http://svn.dabodev.com/trac/dabo/changeset/4632
Changed:
U trunk/demo/samples/dSpinner.py
Log:
Fixed an issue with the dSpinner demo. The sizer was never laid out and the
label was covering up one of the spinners as a result. Fixed the problem.
Diff:
Modified: trunk/demo/samples/dSpinner.py
===================================================================
--- trunk/demo/samples/dSpinner.py 2008-11-02 18:20:49 UTC (rev 4631)
+++ trunk/demo/samples/dSpinner.py 2008-11-02 19:21:10 UTC (rev 4632)
@@ -35,6 +35,8 @@
sz.append(lbl, halign="center")
sz.append(spn, halign="center")
+ self.layout()
+
def onSpinnerHit(self, evt):
obj = evt.EventObject
self.Form.logit("%s Hit; Value=%s" % (obj.Name, obj.Value))
_______________________________________________
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]