mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
[regedit] Process WM_COMMAND button click messages in the local window as well
See issue #5927 for more details. svn path=/trunk/; revision=51532
This commit is contained in:
@@ -367,7 +367,8 @@ LRESULT CALLBACK ChildWndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lPa
|
||||
{
|
||||
PostMessage(g_pChildWnd->hAddressBarWnd, WM_KEYUP, VK_RETURN, 0);
|
||||
}
|
||||
else if (!_CmdWndProc(hWnd, message, wParam, lParam))
|
||||
|
||||
if (!_CmdWndProc(hWnd, message, wParam, lParam))
|
||||
{
|
||||
goto def;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user