dabo Commit
Revision 6177
Date: 2010-10-31 14:42:05 -0700 (Sun, 31 Oct 2010)
Author: Ed
Trac: http://trac.dabodev.com/changeset/6177
Changed:
U trunk/dabo/ui/uiwx/dSpinner.py
Log:
Fixed a bug that will happen if the Min/Max and the Value are the same type.
Diff:
Modified: trunk/dabo/ui/uiwx/dSpinner.py
===================================================================
--- trunk/dabo/ui/uiwx/dSpinner.py 2010-10-29 22:21:04 UTC (rev 6176)
+++ trunk/dabo/ui/uiwx/dSpinner.py 2010-10-31 21:42:05 UTC (rev 6177)
@@ -244,6 +244,7 @@
pt = self._proxy_textbox
val = pt.Value
def _wrapType(compval):
+ ret = val
tv = type(val)
if tv != type(compval):
try:
_______________________________________________
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]