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:
@@ -1122,6 +1122,8 @@ void wxHtmlHelpFrame::OnActivate(wxActivateEvent& event)
|
|||||||
// wxHTML for context sensitive help systems
|
// wxHTML for context sensitive help systems
|
||||||
if (event.GetActive() && m_HtmlWin)
|
if (event.GetActive() && m_HtmlWin)
|
||||||
m_HtmlWin->SetFocus();
|
m_HtmlWin->SetFocus();
|
||||||
|
|
||||||
|
event.Skip();
|
||||||
}
|
}
|
||||||
|
|
||||||
void wxHtmlHelpFrame::OnToolbar(wxCommandEvent& event)
|
void wxHtmlHelpFrame::OnToolbar(wxCommandEvent& event)
|
||||||
|
Reference in New Issue
Block a user