]> git.saurik.com Git - wxWidgets.git/commitdiff
applied patch #606835, bugfix to wxHtmlHelpFrame::OnActivate
authorVáclav Slavík <vslavik@fastmail.fm>
Mon, 9 Sep 2002 22:32:19 +0000 (22:32 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Mon, 9 Sep 2002 22:32:19 +0000 (22:32 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@17103 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/html/helpfrm.cpp

index 40ce5865f37eb317254654c1debe05380e3869fe..4e1c99dcc4a26faf9a471f00218fe04423938912 100644 (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)