mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-17 21:41:35 +02:00
Fixes trayicon destruction on form close.
git-svn-id: trunk@14065 -
This commit is contained in:
parent
fa24c54a9c
commit
54152dcc3d
@ -125,8 +125,6 @@ begin
|
||||
// Destroys the helper Windows
|
||||
PostMessage(ATrayIcon.Handle, WM_CLOSE, 0, 0);
|
||||
PostMessage(ATrayIcon.Handle, WM_DESTROY, 0, 0);
|
||||
|
||||
Application.ProcessMessages;
|
||||
end;
|
||||
|
||||
{*******************************************************************
|
||||
|
Loading…
Reference in New Issue
Block a user