A bare start on flagging LoTW users.

This commit is contained in:
Joe Taylor 2018-08-31 16:34:40 -04:00
parent 65689c46cf
commit ae8b6faf19
1 changed files with 1 additions and 0 deletions

View File

@ -142,6 +142,7 @@ void DisplayText::appendText(QString const& text, QColor bg, QString const& call
}
format.setBackground (bg);
format.clearForeground ();
// format.setForeground(QColor("#cc0000")); //For flagging LoTW users
cursor.insertText(text.mid (text_index), format);
// position so viewport scrolled to left