applied patch #606835, bugfix to wxHtmlHelpFrame::OnActivate

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@17103 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Václav Slavík 2002-09-09 22:32:19 +00:00
parent ab958adb1e
commit fbd9040196

View File

@ -1122,6 +1122,8 @@ void wxHtmlHelpFrame::OnActivate(wxActivateEvent& event)
// wxHTML for context sensitive help systems
if (event.GetActive() && m_HtmlWin)
m_HtmlWin->SetFocus();
event.Skip();
}
void wxHtmlHelpFrame::OnToolbar(wxCommandEvent& event)