diff --git a/src/plugins/help/helpplugin.cpp b/src/plugins/help/helpplugin.cpp index 57f6519d7e7..fbbfe74eaa5 100644 --- a/src/plugins/help/helpplugin.cpp +++ b/src/plugins/help/helpplugin.cpp @@ -555,6 +555,7 @@ HelpViewer *HelpPlugin::externalHelpViewer() if (!m_externalWindowState.isNull()) m_externalWindow->setGeometry(m_externalWindowState); m_externalWindow->show(); + m_externalWindow->setFocus(); return m_externalWindow->currentViewer(); }