mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-02-24 00:24:38 +00:00
WindowServer: Clear any highlighted window when dismissing the switcher.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user