dabo Commit
Revision 5501
Date: 2009-10-27 11:23:27 -0700 (Tue, 27 Oct 2009)
Author: Paul
Trac: http://trac.dabodev.com/changeset/5501

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

Log:
Oops, defaulting the spinner value to 42, while maybe worth a chuckle, is just
wrong.


Diff:
Modified: trunk/dabo/ui/uiwx/dSpinner.py
===================================================================
--- trunk/dabo/ui/uiwx/dSpinner.py      2009-10-27 18:16:02 UTC (rev 5500)
+++ trunk/dabo/ui/uiwx/dSpinner.py      2009-10-27 18:23:27 UTC (rev 5501)
@@ -45,7 +45,7 @@
                # Create the child controls
                if TextBoxClass is None:
                        TextBoxClass = dabo.ui.dTextBox
-               self._proxy_textbox = TextBoxClass(self, Value=42, Width=32, 
+               self._proxy_textbox = TextBoxClass(self, Value=0, Width=32, 
                                StrictNumericEntry=False, _EventTarget=self)
                self._proxy_spinner = _dSpinButton(parent=self, 
_EventTarget=self)
                self.__constructed = True




_______________________________________________
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