mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 12:28:12 +00:00
WindowServer: Clear any highlighted window when dismissing the switcher.
This commit is contained in:
parent
48e4b3e751
commit
420ef4da8a
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue