git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14527
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
// otherwise everything else breaks down
m_focus = FindFocus();
if ( m_focus )
// otherwise everything else breaks down
m_focus = FindFocus();
if ( m_focus )
{
delete m_handlerFocus;
m_handlerFocus = new wxPopupFocusHandler(this);
m_focus->PushEventHandler(m_handlerFocus);
}
{
delete m_handlerFocus;
m_handlerFocus = new wxPopupFocusHandler(this);
m_focus->PushEventHandler(m_handlerFocus);
}
}
void wxPopupTransientWindow::Dismiss()
}
void wxPopupTransientWindow::Dismiss()