forked from qt-creator/qt-creator
VCS: Unbold messages and errors in output pane
Change-Id: Id154d75c07cf95b9ceaad3ee26fcac08e66b3200 Reviewed-by: Tobias Hunger <tobias.hunger@qt.io>
This commit is contained in:
committed by
Orgad Shaneh
parent
28352173e4
commit
5873612767
@@ -120,6 +120,7 @@ OutputWindowPlainTextEdit::OutputWindowPlainTextEdit(QWidget *parent) :
|
||||
setUndoRedoEnabled(false);
|
||||
setFrameStyle(QFrame::NoFrame);
|
||||
m_formatter = new OutputFormatter;
|
||||
m_formatter->setBoldFontEnabled(false);
|
||||
m_formatter->setPlainTextEdit(this);
|
||||
auto agg = new Aggregation::Aggregate;
|
||||
agg->add(this);
|
||||
|
||||
Reference in New Issue
Block a user