Commit 9f7c51d0 authored by Andriy Palamarchuk's avatar Andriy Palamarchuk Committed by Alexandre Julliard

Do not set window position on ABM_WINDOWPOSCHANGED.

parent 31022d66
......@@ -623,8 +623,6 @@ UINT WINAPI SHAppBarMessage(DWORD msg, PAPPBARDATA data)
width,height,SWP_SHOWWINDOW);
return TRUE;
case ABM_WINDOWPOSCHANGED:
SetWindowPos(data->hWnd,HWND_TOP,rec.left,rec.top,
width,height,SWP_SHOWWINDOW);
return TRUE;
}
return FALSE;
......
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