mirror of
https://github.com/reactos/wine.git
synced 2024-11-29 22:50:43 +00:00
winex11: Send WM_EXITSIZEMOVE when the mouse has been released.
This commit is contained in:
parent
9f03c865b3
commit
ed47a507d0
@ -1384,6 +1384,7 @@ void move_resize_window( HWND hwnd, int dir )
|
||||
}
|
||||
|
||||
TRACE( "hwnd %p/%lx done\n", hwnd, win );
|
||||
SendMessageW( hwnd, WM_EXITSIZEMOVE, 0, 0 );
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user