Commit ac37f4cc authored by Robert Shearman's avatar Robert Shearman Committed by Alexandre Julliard

regedit: Initialise nFocusPanel.

parent 1191249f
......@@ -195,6 +195,7 @@ LRESULT CALLBACK ChildWndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lPa
pChildWnd->hWnd = hWnd;
pChildWnd->hTreeWnd = CreateTreeView(hWnd, pChildWnd->szPath, TREE_WINDOW);
pChildWnd->hListWnd = CreateListView(hWnd, LIST_WINDOW/*, pChildWnd->szPath*/);
pChildWnd->nFocusPanel = 1;
SetFocus(pChildWnd->hTreeWnd);
break;
case WM_COMMAND:
......
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