From: Vadim Zeitlin Date: Thu, 17 Mar 2005 21:38:19 +0000 (+0000) Subject: removed commented out calls to ReleaseMouse() (no real changes) X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/a66faa07e5da639a1ad8ff62d270d9b6282fefa3 removed commented out calls to ReleaseMouse() (no real changes) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32867 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/common/popupcmn.cpp b/src/common/popupcmn.cpp index e4c673e313..47099f03ba 100644 --- a/src/common/popupcmn.cpp +++ b/src/common/popupcmn.cpp @@ -201,7 +201,6 @@ void wxPopupTransientWindow::PopHandlers() m_handlerPopup = NULL; } - // m_child->ReleaseMouse(); m_child = NULL; } @@ -248,7 +247,6 @@ void wxPopupTransientWindow::Popup(wxWindow *winFocus) delete m_handlerPopup; m_handlerPopup = new wxPopupWindowHandler(this); - // m_child->CaptureMouse(); m_child->PushEventHandler(m_handlerPopup); m_focus = winFocus ? winFocus : this;