mirror of
https://github.com/reactos/reactos.git
synced 2024-11-23 11:33:31 +08: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
@ -603,9 +603,6 @@ UpdateLanguageDisplayCurrent(HWND hwnd, HWND hwndFore)
|
||||
HKL hKL = GetKeyboardLayout(dwThreadID);
|
||||
UpdateLanguageDisplay(hwnd, hKL);
|
||||
|
||||
if (IsWindow(g_hwndLastActive))
|
||||
SetForegroundWindow(g_hwndLastActive);
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user