mirror of
https://github.com/reactos/reactos.git
synced 2025-06-10 04:14:53 +00:00
[RAPPS] Fix Ctrl+F hotkey not working regression
Addendum to 4c7bd34a
. CORE-17881
This commit is contained in:
parent
4a17d4b0c1
commit
f6edd653b0
3 changed files with 10 additions and 0 deletions
|
@ -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))
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue