Button should do ReleaseCapture() on WM_KILLFOCUS if it's in a pressed
commit58fe866d01ffff4e736d24dce5a67f7a1b1e8ba9
authorDmitry Timoshkov <dmitry@codeweavers.com>
Thu, 26 Aug 2004 18:33:40 +0000 (26 18:33 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Thu, 26 Aug 2004 18:33:40 +0000 (26 18:33 +0000)
tree17185dad3bc1d4a39de0eafaad93965550c06cef
parent93dd39a37c057b151d071a9426a8bc61d6f858d2
Button should do ReleaseCapture() on WM_KILLFOCUS if it's in a pressed
state.
Add a comprehensive test case for capture behaviour.
controls/button.c
dlls/user/tests/win.c