dabo Commit
Revision 5971
Date: 2010-09-01 05:12:58 -0700 (Wed, 01 Sep 2010)
Author: Ed
Trac: http://trac.dabodev.com/changeset/5971

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

Log:
Forgot to remove the _controlGotFocus() from dForm.


Diff:
Modified: trunk/dabo/ui/uiwx/dForm.py
===================================================================
--- trunk/dabo/ui/uiwx/dForm.py 2010-09-01 12:11:56 UTC (rev 5970)
+++ trunk/dabo/ui/uiwx/dForm.py 2010-09-01 12:12:58 UTC (rev 5971)
@@ -813,12 +813,6 @@
                self.StatusText = _(u"Validation failed for %(df)s: %(err)s") % 
locals()
                dabo.ui.callAfter(ctrl.setFocus)
                self._fieldValidationControl = ctrl
-
-
-       def _controlGotFocus(self, ctrl):
-               if self._fieldValidationControl is ctrl:
-                       # Clear it
-                       self._fieldValidationControl = None
                
        
        def onFieldValidationPassed(self, ctrl, ds, df, val):



_______________________________________________
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