Skip to content
Snippets Groups Projects
Commit 2c4eb251 authored by kh1's avatar kh1
Browse files

Don't put focus on the viewer if we couldn't find any documentation.

Task-number: QTCREATORBUG-2326
parent 409ee1ba
No related branches found
No related tags found
No related merge requests found
......@@ -858,8 +858,8 @@ void HelpPlugin::activateContext()
viewer->page()->mainFrame()->scrollToAnchor(source.fragment());
#endif
}
viewer->setFocus();
}
viewer->setFocus();
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment