WindowSwitcher: Fix missing focus on selected window upon release key with Mutter 42 (#1408)

This commit is contained in:
Vishal Rao 2022-04-22 17:11:30 +05:30 committed by GitHub
parent 9641704ec7
commit f9008e4f7a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -344,7 +344,9 @@ namespace Gala {
|| name == "switch-windows" || name == "switch-windows-backward");
});
#if !HAS_MUTTER42
grab_key_focus ();
#endif
}
void close_switcher (uint32 time, bool cancel = false) {