From a08afcce1c9cae869f051be49c35bcfc8691ab57 Mon Sep 17 00:00:00 2001 From: =?utf8?q?V=C3=A1clav=20Slav=C3=ADk?= Date: Sun, 7 Oct 2001 09:46:07 +0000 Subject: [PATCH 1/1] reverted my previous check in, it was nonsense git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11867 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/univ/menu.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/univ/menu.cpp b/src/univ/menu.cpp index 4151a95236..46c328ebcb 100644 --- a/src/univ/menu.cpp +++ b/src/univ/menu.cpp @@ -2292,8 +2292,7 @@ void wxMenuBar::OnDismissMenu(bool dismissMenuBar) void wxMenuBar::OnDismiss() { - if ( GetCapture() ) - ReleaseMouse(); + ReleaseMouse(); if ( m_current != -1 ) { -- 2.47.2