mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +00:00
[RAPPS] Fix refresh not working correctly (#6864)
Addendum to commit 33c2903e6d
CORE-18459
This commit is contained in:
parent
daf806802a
commit
750bf12256
1 changed files with 1 additions and 1 deletions
|
@ -544,7 +544,7 @@ CMainWindow::OnCommand(WPARAM wParam, LPARAM lParam)
|
|||
break;
|
||||
|
||||
case ID_REFRESH:
|
||||
UpdateApplicationsList(SelectedEnumType);
|
||||
UpdateApplicationsList(SelectedEnumType, bReload);
|
||||
break;
|
||||
|
||||
case ID_RESETDB:
|
||||
|
|
Loading…
Reference in a new issue