No changes, just use wxRecursionGuard instead of manual boolean flag.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 18 Aug 2013 13:28:06 +0000 (13:28 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 18 Aug 2013 13:28:06 +0000 (13:28 +0000)
commitb0ad1918b955df68f2a38dc6720b91a49844a10d
tree5680a65b030b99e9b6af93b1683599527b05026c
parentae1cdb2d075b89badb7e429cde5f331ccbff2aef
No changes, just use wxRecursionGuard instead of manual boolean flag.

Use wxRecursionGuard with the flag indicating whether the mouse capture is
changing to ensure that we always reset it correctly and make the code
slightly shorter.

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