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:
LGUG2Z
2023-06-14 07:49:45 -07:00
parent 6df91d7d40
commit c4be0636f7

View File

@@ -1178,6 +1178,7 @@ impl WindowManager {
| SocketMessage::FocusWindow(_)
| SocketMessage::InvisibleBorders(_)
| SocketMessage::WorkAreaOffset(_)
| SocketMessage::CycleMoveWindow(_)
| SocketMessage::MoveWindow(_) => {
let foreground = WindowsApi::foreground_window()?;
let foreground_window = Window { hwnd: foreground };