forked from qt-creator/qt-creator
Making the find tool bar be more connected to the searched text.
This commit is contained in:
@@ -303,7 +303,7 @@ bool MainWindow::init(QString *errorMessage)
|
||||
oph->setCloseable(false);
|
||||
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(outputModeWidget));
|
||||
outputModeWidget->setFocusProxy(oph);
|
||||
|
||||
connect(m_modeManager, SIGNAL(currentModeChanged(Core::IMode*)),
|
||||
|
||||
Reference in New Issue
Block a user