Fixes trayicon destruction on form close.

git-svn-id: trunk@14065 -
This commit is contained in:
sekelsenmat 2008-02-10 09:35:13 +00:00
parent fa24c54a9c
commit 54152dcc3d

View File

@ -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;
{*******************************************************************