]> git.saurik.com Git - wxWidgets.git/commit
Fix wxFindWindowAtPoint() with nested windows in wxMSW.
authorVadim Zeitlin <vadim@wxwidgets.org>
Thu, 13 Sep 2012 17:12:42 +0000 (17:12 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Thu, 13 Sep 2012 17:12:42 +0000 (17:12 +0000)
commit0825f0ba2bce6105c3ea550f9001921e578e36d2
treea243e83d93dec7806817653ecfd2ce3ef69c6c95
parentc7453fba64c38ce3f8c938b068bb3a94323fc6bb
Fix wxFindWindowAtPoint() with nested windows in wxMSW.

Return the deepest child of the window and not the first one as this function
needs to return the window that is at the top of Z-order.

Closes #14591.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@72470 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/msw/window.cpp
tests/misc/guifuncs.cpp