base/shell/explorer/traywnd.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base/shell/explorer/traywnd.cpp b/base/shell/explorer/traywnd.cpp index da62c75c269..56e50c8f7af 100644 --- a/base/shell/explorer/traywnd.cpp +++ b/base/shell/explorer/traywnd.cpp @@ -2110,7 +2110,7 @@ ChangePos: BOOL STDMETHODCALLTYPE IsSpecialHWND(IN HWND hWnd) { - return (m_hWnd == hWnd || + return (m_hWnd == hWnd || hWnd == GetDesktopWindow() || (m_DesktopWnd != NULL && m_hWnd == m_DesktopWnd)); }