Merge branch 'windows-caps-lock-header-fixes' of https://github.com/keymanapp/keyman into windows-caps-lock-header-fixes

This commit is contained in:
Marc Durdin 2019-01-09 13:56:47 +11:00
commit 820ecd9b16
2 changed files with 3 additions and 2 deletions

View file

@ -1,8 +1,9 @@
# Keyman Desktop Version History
## 2019-01-08 11.0.1302.0 beta
## 2019-01-09 11.0.1302.0 beta
* Bug Fix: Switching between keyboards in same language would sometimes fail (#1505)
* Bug Fix: Caps Lock control headers are now handled correctly by Keyman (#1506)
* Bug Fix: Keyman can no longer show a "Damaged Profile" dialog box during silent installs (#1508)
## 2019-01-07 11.0.1301.0 beta
* Bug Fix: Hotkeys are now correctly assigned to keyboards when installed (#1485)

View file

@ -356,7 +356,7 @@ begin
Exit;
end;
if not FSilent and (FMode <> fmRepair) then // I4773
if not FSilent and (FMode in [fmStart, fmSplash, fmMain, fmAbout]) then // I4773
begin
if not TKeyboardTIPCheck.CheckKeyboardTIPInstallStatus then
begin