git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11874
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
if (gs_activeFrame == this)
{
if (gs_activeFrame == this)
{
// activate next frame in Z-order:
if ( m_wnd->prev )
{
wxWindowMGL *win = (wxWindowMGL*)m_wnd->prev->userData;
win->SetFocus();
}
// activate next frame in Z-order:
if ( m_wnd->prev )
{
wxWindowMGL *win = (wxWindowMGL*)m_wnd->prev->userData;
win->SetFocus();
}
}
if ( gs_focusedWindow == this )
}
if ( gs_focusedWindow == this )