frame should call skip on child focus event to give owner a chance

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40166 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Benjamin Williams
2006-07-17 19:23:54 +00:00
parent 3f1ad07b3e
commit 16541a4ef4

View File

@@ -3520,6 +3520,8 @@ void wxFrameManager::OnChildFocus(wxChildFocusEvent& event)
m_frame->Refresh();
}
}
event.Skip();
}