Copy & paste error

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33536 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2005-04-12 04:36:23 +00:00
parent 82ceade76a
commit ad7f2e868b

View File

@@ -214,7 +214,7 @@ void wxPopupTransientWindow::PopHandlers()
#ifdef __WXMSW__ #ifdef __WXMSW__
if ( HasCapture() ) if ( HasCapture() )
{ {
ReleaseCapture(); ReleaseMouse();
} }
if ( m_focus ) if ( m_focus )
{ {
@@ -406,7 +406,7 @@ void wxPopupTransientWindow::OnEnter(wxMouseEvent& /*event*/)
{ {
if ( HasCapture() ) if ( HasCapture() )
{ {
ReleaseCapture(); ReleaseMouse();
} }
} }