Changeset 2693

Show
Ignore:
Timestamp:
01/16/07 07:31:04 (2 years ago)
Author:
ed
Message:

Backported the fix for the initial activation to the stable branch.

Files:

Legend:

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

    r2443 r2693  
    129129                self._skipActivate = False 
    130130            else: 
    131                 self.raiseEvent(dEvents.Activate, evt) 
     131                dabo.ui.callAfter(self.raiseEvent, dEvents.Activate, evt) 
    132132                self._skipActivate = (self.Application.Platform == "Win") 
    133133        else: