Changeset 5971

Show
Ignore:
Timestamp:
09/01/2010 05:12:58 AM (1 year ago)
Author:
ed
Message:

Forgot to remove the _controlGotFocus() from dForm.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/dabo/ui/uiwx/dForm.py

    r5970 r5971  
    814814        dabo.ui.callAfter(ctrl.setFocus) 
    815815        self._fieldValidationControl = ctrl 
    816  
    817  
    818     def _controlGotFocus(self, ctrl): 
    819         if self._fieldValidationControl is ctrl: 
    820             # Clear it 
    821             self._fieldValidationControl = None 
    822816         
    823817