mirror of
git://source.winehq.org/git/wine.git
synced 2024-10-31 12:19:49 +00:00
Do not set window position on ABM_WINDOWPOSCHANGED.
This commit is contained in:
parent
31022d66ca
commit
9f7c51d02e
1 changed files with 0 additions and 2 deletions
|
@ -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 a new issue