]> git.saurik.com Git - wxWidgets.git/commit
Always update internally stored AUI floating frame position.
authorVadim Zeitlin <vadim@wxwidgets.org>
Wed, 30 Mar 2011 14:16:07 +0000 (14:16 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Wed, 30 Mar 2011 14:16:07 +0000 (14:16 +0000)
commitc180fd77f4e73bba44a264f80dee83664b4ff6df
tree3292c2215713e0c6d9700b309ef14c5c6ba794b6
parent01871bf642aa91f0150285fa71e18151721de8e0
Always update internally stored AUI floating frame position.

Update the internally stored position of a floating AUI frame even if the user
is dragging it too fast to update its position on screen. This prevents the
frame from snapping back to the initial position when movement is over.

Closes #13014.

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