wxPopupTransientWindow::Popup no longer captures the mouse, so do it in
authorMichael Wetherell <mike.wetherell@ntlworld.com>
Sat, 14 May 2005 15:49:19 +0000 (15:49 +0000)
committerMichael Wetherell <mike.wetherell@ntlworld.com>
Sat, 14 May 2005 15:49:19 +0000 (15:49 +0000)
commited5903b61b490f03e95fa3eb2ea8d31997fceec7
tree650e5d7ca1ec93a9159eae9a99c76eea32939a26
parent3143083e9c18b4dc95d56ad954c1db2423c274bf
wxPopupTransientWindow::Popup no longer captures the mouse, so do it in
wxPopupMenuWindow instead, and wxPopupTranientWindow::OnIdle also now disables
the capture when the cursor is inside the popup, so override that too.

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