On 10/7/10 1:12 PM, Jacek Kałucki wrote: > 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):
Agreed and done. Thanks Paul _______________________________________________ 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]
