regedit: Also refresh the listview.
This commit is contained in:
parent
6698e9e0b0
commit
2a42379a8e
|
@ -795,7 +795,7 @@ static BOOL _CmdWndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam)
|
|||
}
|
||||
case ID_VIEW_REFRESH:
|
||||
RefreshTreeView(g_pChildWnd->hTreeWnd);
|
||||
/*RefreshListView(g_pChildWnd->hListWnd, hKeyRoot, keyPath, NULL); */
|
||||
RefreshListView(g_pChildWnd->hListWnd, hKeyRoot, keyPath, NULL);
|
||||
break;
|
||||
/*case ID_OPTIONS_TOOLBAR:*/
|
||||
/* toggle_child(hWnd, LOWORD(wParam), hToolBar);*/
|
||||
|
|
Loading…
Reference in New Issue