Changeset 4213

Show
Ignore:
Timestamp:
06/28/08 09:04:52 (2 months ago)
Author:
ed
Message:

Disabled the workaround for the Activate event in Windows, as it was preventing some activate events from being properly seen.

Please test with your Windows apps to see if there is any downside to this.

Files:

Legend:

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

    r4186 r4213  
    154154        """ Raise the Dabo Activate or Deactivate appropriately.""" 
    155155        if bool(evt.GetActive()): 
    156             if self._skipActivate: 
     156            if False and self._skipActivate: 
    157157                # Skip the first activate (Windows) 
    158158                self._skipActivate = False