mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 10:04:49 +00:00
[KBSWITCH] Don't activate target window on WM_CREATE
CORE-10667
This commit is contained in:
parent
4d9026c852
commit
6f03be8570
1 changed files with 1 additions and 1 deletions
|
@ -708,7 +708,7 @@ WndProc(HWND hwnd, UINT Message, WPARAM wParam, LPARAM lParam)
|
|||
|
||||
AddTrayIcon(hwnd);
|
||||
|
||||
ActivateLayout(hwnd, ulCurrentLayoutNum, NULL, FALSE);
|
||||
ActivateLayout(hwnd, ulCurrentLayoutNum, NULL, TRUE);
|
||||
s_uTaskbarRestart = RegisterWindowMessage(TEXT("TaskbarCreated"));
|
||||
break;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue