You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 16, 2020. It is now read-only.
Windows is a little fussy, particularly with tray icons, and will leave the
icon showing until forced to repaint that area of the screen unless the
icon is hidden at exit time.
The attached patch simple hides and disposes the TrayIcon in the
Application class in the Quit() call. Unfortunately I haven't been able to
test this under Mono/Linux) to make sure there are no side-effects there.
Sorry.
Original issue reported on code.google.com by [email protected] on 19 Apr 2009 at 10:08
I don't think the Dispose() is technically necessary at this stage, as the
application is shutting down and releasing resources is pointless *if* the end
of
process correctly releases all of the resources and doesn't leak handles.
Windows has not inspired a huge level of trust with me, hence my proclivity for
always calling Dispose(), or using(){} ;)
Original issue reported on code.google.com by
[email protected]
on 19 Apr 2009 at 10:08Attachments:
The text was updated successfully, but these errors were encountered: