diff --git a/windows/src/engine/keyman32/appint/aiTIP.cpp b/windows/src/engine/keyman32/appint/aiTIP.cpp index 8401ccb8ee..be657e4a12 100644 --- a/windows/src/engine/keyman32/appint/aiTIP.cpp +++ b/windows/src/engine/keyman32/appint/aiTIP.cpp @@ -68,7 +68,7 @@ extern "C" __declspec(dllexport) BOOL WINAPI TIPActivateKeyboard(GUID *profile) PKEYMAN64THREADDATA _td = ThreadGlobals(); if(!_td) return FALSE; - RefreshToggleState(); // #16422 - a keyboard switch does not change window focus + RefreshToggleState(); if(profile != NULL) { for(int i = 0; i < _td->nKeyboards; i++) {