mirror of
https://github.com/reactos/reactos.git
synced 2025-06-25 21:29:43 +00:00
[KBSWITCH] Fix shutdown and logout dialog CORE-18563
20221028-0.4.15-dev-5273-g36f7d1a introduced bug. Quick fix. CORE-18563
This commit is contained in:
parent
433240feec
commit
a6df7ddb95
1 changed files with 0 additions and 3 deletions
|
@ -603,9 +603,6 @@ UpdateLanguageDisplayCurrent(HWND hwnd, HWND hwndFore)
|
||||||
HKL hKL = GetKeyboardLayout(dwThreadID);
|
HKL hKL = GetKeyboardLayout(dwThreadID);
|
||||||
UpdateLanguageDisplay(hwnd, hKL);
|
UpdateLanguageDisplay(hwnd, hKL);
|
||||||
|
|
||||||
if (IsWindow(g_hwndLastActive))
|
|
||||||
SetForegroundWindow(g_hwndLastActive);
|
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue