mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-07 09:25:33 +00:00
Fixes #7829. The online update check could crash on shutdown because the thread destructor would run from the wrong thread. This caused the main form destruction, which happens if the user chooses to install the update, to be triggered from the worker thread, leading to much pain. |
||
|---|---|---|
| .. | ||
| Keyman.Developer.System.TikeOnlineUpdateCheckMessages.pas | ||
| Keyman.Developer.UI.TikeOnlineUpdateCheck.pas | ||
| Keyman.Developer.UI.UfrmTikeOnlineUpdateNewVersion.dfm | ||
| Keyman.Developer.UI.UfrmTikeOnlineUpdateNewVersion.pas | ||
| Keyman.Developer.UI.UfrmTikeOnlineUpdateSetup.dfm | ||
| Keyman.Developer.UI.UfrmTikeOnlineUpdateSetup.pas | ||