Commit 600206be authored by Rémi Bernon's avatar Rémi Bernon Committed by Alexandre Julliard

explorer: Hide the standalone systray window on close.

parent 27c3cf93
......@@ -938,6 +938,8 @@ static LRESULT WINAPI shell_traywnd_proc( HWND hwnd, UINT msg, WPARAM wparam, LP
case WM_CLOSE:
/* don't destroy the tray window, just hide it */
ShowWindow( hwnd, SW_HIDE );
hide_balloon( balloon_icon );
show_systray = FALSE;
return 0;
case WM_DRAWITEM:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment