Skip to content

Commit

Permalink
fix(wm): update border on hide events
Browse files Browse the repository at this point in the history
  • Loading branch information
LGUG2Z committed Aug 14, 2022
1 parent 458d1ef commit 441bfce
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions komorebi/src/process_event.rs
Expand Up @@ -489,6 +489,7 @@ impl WindowManager {
WindowManagerEvent::MoveResizeEnd(_, window)
| WindowManagerEvent::Show(_, window)
| WindowManagerEvent::FocusChange(_, window)
| WindowManagerEvent::Hide(_, window)
| WindowManagerEvent::Minimize(_, window) => {
let border = Border::from(BORDER_HWND.load(Ordering::SeqCst));
let mut target_window = None;
Expand Down

0 comments on commit 441bfce

Please sign in to comment.