mirror of
https://github.com/reactos/reactos.git
synced 2025-06-12 15:18:30 +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
|
@ -1713,6 +1713,11 @@ void CApplicationView::SetRedraw(BOOL bRedraw)
|
|||
m_ListView->SetRedraw(bRedraw);
|
||||
}
|
||||
|
||||
void CApplicationView::SetFocusOnSearchBar()
|
||||
{
|
||||
m_SearchBar->SetFocus();
|
||||
}
|
||||
|
||||
VOID CApplicationView::OnSize(HWND hwnd, WPARAM wParam, LPARAM lParam)
|
||||
{
|
||||
if (wParam == SIZE_MINIMIZED)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue