Skip to content
Snippets Groups Projects
Commit b547a41c authored by Wuttke, Joachim's avatar Wuttke, Joachim
Browse files

MainWindow::initViews() reactivate 'raiseView' call that could not be reached

parent 28f028f4
No related branches found
No related tags found
1 merge request!2271minor cleanup while debugging
......@@ -246,11 +246,8 @@ void MainWindow::initViews()
m_jobView->onSelectionChanged();
if (gDoc)
setCurrentView(gDoc->viewId());
else
raiseView(GUI::ID::ViewId::Projects);
}
} else
raiseView(GUI::ID::ViewId::Projects);
}
void MainWindow::readSettings()
......
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