forked from qt-creator/qt-creator
Apply static pattern to TextEditorSetting
Change-Id: I4e6f573d893c0aa2bb4ca9812fc8db2961dac172 Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
This commit is contained in:
@@ -301,7 +301,7 @@ void AppOutputPane::createNewOutputWindow(RunControl *rc)
|
||||
this, SLOT(appendMessage(ProjectExplorer::RunControl*,QString,Utils::OutputFormat)));
|
||||
|
||||
Utils::OutputFormatter *formatter = rc->outputFormatter();
|
||||
formatter->setFont(TextEditor::TextEditorSettings::instance()->fontSettings().font());
|
||||
formatter->setFont(TextEditor::TextEditorSettings::fontSettings().font());
|
||||
|
||||
// First look if we can reuse a tab
|
||||
const int size = m_runControlTabs.size();
|
||||
|
||||
Reference in New Issue
Block a user