Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix that the focus-out notification got sent deferred
Currently the window receives a focus-out notification, directly after it popup, because currently the signal is sent deferred. The original intention was that the previously focused window must receive a focus-out notification. This change makes the notification more precise by only sending the focus-out to the previously focused window.
- Loading branch information