mirror of
https://github.com/reactos/wine.git
synced 2024-12-02 00:36:43 +00:00
Do not set window position on ABM_WINDOWPOSCHANGED.
This commit is contained in:
parent
31022d66ca
commit
9f7c51d02e
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user