mirror of
https://github.com/keymanapp/keyman.git
synced 2026-09-03 22:27:41 +00:00
Update windows/src/engine/keyman32/appint/aiTIP.cpp
Co-authored-by: Marc Durdin <marc@durdin.net>
This commit is contained in:
parent
5d073fa44f
commit
f586e94cf5
1 changed files with 1 additions and 1 deletions
|
|
@ -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++) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue