Użytkownik Paul McNett napisał:
> dabo Commit
> Revision 6088
> Date: 2010-10-07 11:24:19 -0700 (Thu, 07 Oct 2010)
> Author: Paul
> Trac: http://trac.dabodev.com/changeset/6088
>
> Changed:
> U   trunk/dabo/ui/dDataControlMixinBase.py
>
> Log:
> Ever since r5563, a dropdown list of mine wouldn't flush its value if it
> happened to have the same value in two different records. This fixes it.
>    

Hi.

Since it's issue I reported in 1364 ticket, and affects all controls
not dropdown list only, I suggest rather patch as follows:

--- dDataControlMixinBase.py    (revision 6083)
+++ dDataControlMixinBase.py    (working copy)
@@ -153,6 +153,7 @@
              else:
                  self.Value = srcatt
              self._inDataUpdate = False
+        self._oldVal = self.Value


      def select(self, position, length):


-- 
Regards
Jacek Kałucki


_______________________________________________
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