From f586e94cf5ae4052ce97d3c3ebe20bb7d95b4f88 Mon Sep 17 00:00:00 2001 From: Matthew Lee Date: Sat, 22 Aug 2026 10:25:22 +0300 Subject: [PATCH] Update windows/src/engine/keyman32/appint/aiTIP.cpp Co-authored-by: Marc Durdin --- windows/src/engine/keyman32/appint/aiTIP.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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++) {