dabo Commit
Revision 5567
Date: 2009-12-27 12:24:09 -0800 (Sun, 27 Dec 2009)
Author: Ed
Trac: http://trac.dabodev.com/changeset/5567

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

Log:
Restored the call to flushValue() that was removed in the recent changes to 
dSpinner. It was breaking anything that used a data-bound spinner, especially 
the Class Designer.


Diff:
Modified: trunk/dabo/ui/uiwx/dSpinner.py
===================================================================
--- trunk/dabo/ui/uiwx/dSpinner.py      2009-12-27 18:04:01 UTC (rev 5566)
+++ trunk/dabo/ui/uiwx/dSpinner.py      2009-12-27 20:24:09 UTC (rev 5567)
@@ -184,6 +184,8 @@
                if ret:
                        self._userChanged = True
                        self.Value = valueToSet
+                       self._userChanged = True
+                       self.flushValue()
                self.raiseEvent(dEvents.Hit, hitType=spinType)
                return ret
 



_______________________________________________
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