mirror of
https://github.com/reactos/wine.git
synced 2024-11-29 06:30:37 +00:00
regedit: Initialise nFocusPanel.
This commit is contained in:
parent
1191249fc9
commit
ac37f4cc64
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user