spiegel-keyman/developer/src/tike/update
Marc Durdin 2c6c6f107b fix(developer): OnlineUpdate crash on shutdown
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.
2022-11-28 09:56:27 +07:00
..
Keyman.Developer.System.TikeOnlineUpdateCheckMessages.pas chore(developer): move source files to /developer/src 2022-05-18 10:34:48 +10:00
Keyman.Developer.UI.TikeOnlineUpdateCheck.pas fix(developer): OnlineUpdate crash on shutdown 2022-11-28 09:56:27 +07:00
Keyman.Developer.UI.UfrmTikeOnlineUpdateNewVersion.dfm chore(developer): move source files to /developer/src 2022-05-18 10:34:48 +10:00
Keyman.Developer.UI.UfrmTikeOnlineUpdateNewVersion.pas chore(developer): move source files to /developer/src 2022-05-18 10:34:48 +10:00
Keyman.Developer.UI.UfrmTikeOnlineUpdateSetup.dfm chore(developer): move source files to /developer/src 2022-05-18 10:34:48 +10:00
Keyman.Developer.UI.UfrmTikeOnlineUpdateSetup.pas chore(developer): move source files to /developer/src 2022-05-18 10:34:48 +10:00