mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-22 20:28:42 -05:00
A bare start on flagging LoTW users.
This commit is contained in:
parent
65689c46cf
commit
ae8b6faf19
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user