From: Václav Slavík Date: Sat, 13 Oct 2001 22:49:09 +0000 (+0000) Subject: fixed mouse capture release code -- it previously released capture of window that... X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/a9f994d915258895892228500eba5e30f04ebbdb fixed mouse capture release code -- it previously released capture of window that didn't gain it git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11975 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/univ/menu.cpp b/src/univ/menu.cpp index 586b829b2d..b72b959215 100644 --- a/src/univ/menu.cpp +++ b/src/univ/menu.cpp @@ -2295,7 +2295,7 @@ void wxMenuBar::OnDismissMenu(bool dismissMenuBar) void wxMenuBar::OnDismiss() { - ReleaseMouse(); + GetCapture()->ReleaseMouse(); if ( m_current != -1 ) {