mirror of
https://github.com/Open-Shell/Open-Shell-Menu.git
synced 2026-04-11 17:37:22 +10:00
Start menu window was activated early in the process of its creation. This means it was receiving input before focus was set to search bar. And that may have lead to unwanted use of keyboard accelerators. We need to make sure that window is activated (receives input) only once focus was set to search box. Fixes #1068