-
-
Notifications
You must be signed in to change notification settings - Fork 207
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(wm): enforce valid hwnd check for border fns
This commit ensures that the active window border has non-zero HWND before attempting to either hide it or set the border position. This is required as the border is only initialized when a komorebic command is received, meaning that the default value of 0 will never change if a user decides to use komorebi without the active window border. Most notably this commit fixes an issue where users who did not have the active window border enabled would not be able to move away from an empty workspace using a komorebic command. fix #217
- Loading branch information
Showing
1 changed file
with
29 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters