mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-03-23 20:48:33 -04:00
default colors in Hound controls
This commit is contained in:
parent
d7981738fe
commit
a8eaa66f2a
@ -561,8 +561,8 @@ void DisplayText::displayHoundToBeCalled(QString t, bool bAtTop, QColor bg, QCol
|
||||
}
|
||||
|
||||
void DisplayText::setHighlightedHoundText(QString t) {
|
||||
QColor bg;
|
||||
QColor fg;
|
||||
QColor bg=QColor{255,255,255};
|
||||
QColor fg=QColor{0,0,0};
|
||||
highlight_types types{Highlight::Call};
|
||||
set_colours(m_config, &bg, &fg, types);
|
||||
// t is multiple lines of text, each line is a hound calling
|
||||
|
Loading…
Reference in New Issue
Block a user