Changeset 5968

Show
Ignore:
Timestamp:
09/01/2010 04:45:50 AM (1 year ago)
Author:
ed
Message:

The last commit cause controls on dDialog to raise an error. This corrects that problem.

Files:

Legend:

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

    r5926 r5968  
    144144            self.Application.uiForms.remove(self) 
    145145        super(dDialog, self).release() 
    146      
    147      
     146 
     147 
     148    def _controlGotFocus(self, ctrl): 
     149        # Placeholder until we unify dForm and dDialog 
     150        pass 
     151 
     152 
    148153    def _getAutoSize(self): 
    149154        return self._fit