]> git.saurik.com Git - wxWidgets.git/commitdiff
removed commented out calls to ReleaseMouse() (no real changes)
authorVadim Zeitlin <vadim@wxwidgets.org>
Thu, 17 Mar 2005 21:38:19 +0000 (21:38 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Thu, 17 Mar 2005 21:38:19 +0000 (21:38 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32867 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/common/popupcmn.cpp

index e4c673e313951da0b8babf9979947ef7551f89e3..47099f03ba83a6ad5c332fb783e65abccfbca095 100644 (file)
@@ -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;