Skip to content
Snippets Groups Projects
Commit e10c0c96 authored by con's avatar con
Browse files

Make output panes in output mode appear again.

parent 4d21936b
No related branches found
No related tags found
No related merge requests found
...@@ -304,6 +304,7 @@ bool MainWindow::init(QString *errorMessage) ...@@ -304,6 +304,7 @@ bool MainWindow::init(QString *errorMessage)
OutputPanePlaceHolder *oph = new OutputPanePlaceHolder(m_outputMode); OutputPanePlaceHolder *oph = new OutputPanePlaceHolder(m_outputMode);
oph->setCloseable(false); oph->setCloseable(false);
outputModeWidget->layout()->addWidget(oph); outputModeWidget->layout()->addWidget(oph);
oph->setVisible(true); // since the output pane placeholder is invisible at startup by default (which makes sense in most cases)
outputModeWidget->layout()->addWidget(new Core::FindToolBarPlaceHolder(m_outputMode)); outputModeWidget->layout()->addWidget(new Core::FindToolBarPlaceHolder(m_outputMode));
outputModeWidget->setFocusProxy(oph); outputModeWidget->setFocusProxy(oph);
......
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