mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-07-10 15:12:52 +02:00
fix(wm): update border on cycle-move
This commit ensures that the active window border is updated when the cycle-move command is called. fix #467
This commit is contained in:
@@ -1178,6 +1178,7 @@ impl WindowManager {
|
|||||||
| SocketMessage::FocusWindow(_)
|
| SocketMessage::FocusWindow(_)
|
||||||
| SocketMessage::InvisibleBorders(_)
|
| SocketMessage::InvisibleBorders(_)
|
||||||
| SocketMessage::WorkAreaOffset(_)
|
| SocketMessage::WorkAreaOffset(_)
|
||||||
|
| SocketMessage::CycleMoveWindow(_)
|
||||||
| SocketMessage::MoveWindow(_) => {
|
| SocketMessage::MoveWindow(_) => {
|
||||||
let foreground = WindowsApi::foreground_window()?;
|
let foreground = WindowsApi::foreground_window()?;
|
||||||
let foreground_window = Window { hwnd: foreground };
|
let foreground_window = Window { hwnd: foreground };
|
||||||
|
|||||||
Reference in New Issue
Block a user