Re-enable EU VHF Contest mode messages in MSK144 mode

Also bring  message checking utilities up  to date with the  latest EU
VHF Contest mode source encodings.
This commit is contained in:
Bill Somerville
2021-02-24 02:21:31 +00:00
parent c44bcb1f44
commit 01dff71070
5 changed files with 8 additions and 5 deletions
+1 -1
View File
@@ -5718,7 +5718,7 @@ void MainWindow::msgtype(QString t, QLineEdit* tx) //msgtype()
p.setColor(QPalette::Base,"#66ffff"); //light blue
} else {
p.setColor(QPalette::Base,Qt::transparent);
if(m_mode=="MSK144" and t.mid(0,1)=="<") {
if ("MSK144" == m_mode && t.count ('<') == 1) {
p.setColor(QPalette::Base,"#00ffff"); //another light blue
}
}