Commit 2a42379a authored by Jan Zerebecki's avatar Jan Zerebecki Committed by Alexandre Julliard

regedit: Also refresh the listview.

parent 6698e9e0
......@@ -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);*/
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment