diff --git a/src/generic/richtooltipg.cpp b/src/generic/richtooltipg.cpp index 1905538a08..ae0fcd7119 100644 --- a/src/generic/richtooltipg.cpp +++ b/src/generic/richtooltipg.cpp @@ -667,9 +667,6 @@ void wxRichToolTipGenericImpl::SetTitleFont(const wxFont& font) void wxRichToolTipGenericImpl::ShowFor(wxWindow* win, const wxRect* rect) { - // Set the focus to the window the tooltip refers to to make it look active. - win->SetFocus(); - wxRichToolTipPopup* const popup = new wxRichToolTipPopup ( win,