diff --git a/WindowServer/WSWindowSwitcher.cpp b/WindowServer/WSWindowSwitcher.cpp index 9882d1e69b..8bee2c382e 100644 --- a/WindowServer/WSWindowSwitcher.cpp +++ b/WindowServer/WSWindowSwitcher.cpp @@ -44,6 +44,7 @@ void WSWindowSwitcher::on_key_event(const WSKeyEvent& event) return; } if (event.key() != Key_Tab) { + WSWindowManager::the().set_highlight_window(nullptr); hide(); return; }