Skip to content
Snippets Groups Projects
Commit c4a8e6da authored by Daniel Molkentin's avatar Daniel Molkentin Committed by con
Browse files

Fix regression: WelcomeMode has no RightPanePlaceHolder, switch to Edit

Reviewed-by: con
parent 4ac72ef0
No related branches found
No related tags found
No related merge requests found
......@@ -772,6 +772,9 @@ HelpViewer* HelpPlugin::viewerForContextMode()
{
using namespace Core;
if (m_core->modeManager()->currentMode()->id() == Core::Constants::MODE_WELCOME)
m_core->modeManager()->activateMode(Core::Constants::MODE_EDIT);
bool showSideBySide = false;
RightPanePlaceHolder *placeHolder = RightPanePlaceHolder::current();
switch (contextHelpOption()) {
......
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