VCS: Unbold messages and errors in output pane

Change-Id: Id154d75c07cf95b9ceaad3ee26fcac08e66b3200
Reviewed-by: Tobias Hunger <tobias.hunger@qt.io>
This commit is contained in:
Orgad Shaneh
2018-11-23 12:33:42 +02:00
committed by Orgad Shaneh
parent 28352173e4
commit 5873612767
3 changed files with 13 additions and 2 deletions

View File

@@ -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);