https://bugs.winehq.org/show_bug.cgi?id=48860
Roman Pišl rpisl@seznam.cz changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |rpisl@seznam.cz
--- Comment #1 from Roman Pišl rpisl@seznam.cz --- Bisecting old versions is tricky.. but finally:
b4fea4f2f0df40976f50d396e9e4046929697879 is the first bad commit commit b4fea4f2f0df40976f50d396e9e4046929697879 Author: Zebediah Figura z.figura12@gmail.com Date: Mon Mar 27 14:01:40 2017 -0500
user32: Don't call ReleaseCapture() in EnableWindow().
Killing the capture is already handled in DefWindowProc().
Signed-off-by: Zebediah Figura z.figura12@gmail.com Signed-off-by: Alexandre Julliard julliard@winehq.org