]> git.saurik.com Git - wxWidgets.git/commit
Modified CaptureMouse to call DoReleaseMouse if necessary before
authorJulian Smart <julian@anthemion.co.uk>
Tue, 12 Feb 2002 17:31:23 +0000 (17:31 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Tue, 12 Feb 2002 17:31:23 +0000 (17:31 +0000)
commit072db400deed678005905202e734b97b4ed74738
tree04f39d8febf56d59df8590c0b60d85e8e4ef46a9
parentba875e66c44e884710ba8c45bde91dc2bc209bae
Modified CaptureMouse to call DoReleaseMouse if necessary before
doing another DoCaptureMouse, because otherwise we have a nested
Capture which is not possible in some systems (the point of these
wrappers).
Also ReleaseMouse now calls DoCaptureMouse, not CaptureMouse, if
necessary.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14159 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/common/wincmn.cpp