]> git.saurik.com Git - wxWidgets.git/commit
Allow dragging floating AUI frames by the gripper.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 15 May 2011 16:16:11 +0000 (16:16 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 15 May 2011 16:16:11 +0000 (16:16 +0000)
commita6994201048dd425e55fafca4369646cb5753ed4
tree5acfe4439b58293a95a2f768489d4df943066ea4
parentefd516c29bb56a737f91d096477df300755e712c
Allow dragging floating AUI frames by the gripper.

Previously starting to drag a pane by its gripper worked but once it undocked
it was impossible to drag it by the gripper any more which was annoying for
the user and unexpected.

Fix this by ensuring that we move the correct top level window and not the
child window when dragging floating panes.

Closes #13177.

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