mirror of
https://github.com/reactos/reactos.git
synced 2026-05-23 15:50:29 +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:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user