[RAPPS] Fix Ctrl+F hotkey not working regression

Addendum to 4c7bd34a. CORE-17881
This commit is contained in:
Stanislav Motylkov 2021-12-07 20:36:49 +03:00
parent 4a17d4b0c1
commit f6edd653b0
No known key found for this signature in database
GPG key ID: AFE513258CBA9E92
3 changed files with 10 additions and 0 deletions

View file

@ -545,6 +545,10 @@ VOID CMainWindow::OnCommand(WPARAM wParam, LPARAM lParam)
PostMessageW(WM_CLOSE, 0, 0);
break;
case ID_SEARCH:
m_ApplicationView->SetFocusOnSearchBar();
break;
case ID_INSTALL:
if (IsAvailableEnum(SelectedEnumType))
{