From fbd90401960caefef23b4fafc34e36bf7969363e Mon Sep 17 00:00:00 2001 From: =?utf8?q?V=C3=A1clav=20Slav=C3=ADk?= Date: Mon, 9 Sep 2002 22:32:19 +0000 Subject: [PATCH] applied patch #606835, bugfix to wxHtmlHelpFrame::OnActivate git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@17103 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/html/helpfrm.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/html/helpfrm.cpp b/src/html/helpfrm.cpp index 40ce5865f3..4e1c99dcc4 100644 --- a/src/html/helpfrm.cpp +++ b/src/html/helpfrm.cpp @@ -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) -- 2.45.2