Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(wm): eagerly set new active border position
This commit adds SocketMessage::FocusWindow as a target to update the border position on at the end of the command handler. There are some occasions where the EVENT_SYSTEM_FOREGROUND notification isn't being sent (on newer versions of Win11, I think), so we can't count on the border being updated when that event is received by the event handler.
- Loading branch information