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:
parent
82ceade76a
commit
ad7f2e868b
@ -214,7 +214,7 @@ void wxPopupTransientWindow::PopHandlers()
|
||||
#ifdef __WXMSW__
|
||||
if ( HasCapture() )
|
||||
{
|
||||
ReleaseCapture();
|
||||
ReleaseMouse();
|
||||
}
|
||||
if ( m_focus )
|
||||
{
|
||||
@ -406,7 +406,7 @@ void wxPopupTransientWindow::OnEnter(wxMouseEvent& /*event*/)
|
||||
{
|
||||
if ( HasCapture() )
|
||||
{
|
||||
ReleaseCapture();
|
||||
ReleaseMouse();
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user