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:
parent
ab958adb1e
commit
fbd9040196
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user