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:
@@ -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();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user