mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-15 08:31:57 -05:00
Correct a flaw that caused loss of m_rptSent if MyCall is a nonstandard call.
This commit is contained in:
parent
78dd580a9e
commit
3c1dbb21c2
@ -3616,6 +3616,8 @@ void MainWindow::guiUpdate()
|
||||
if (msg_parts.size () > 2) {
|
||||
// clean up short code forms
|
||||
msg_parts[0].remove (QChar {'<'});
|
||||
msg_parts[0].remove (QChar {'>'});
|
||||
msg_parts[1].remove (QChar {'<'});
|
||||
msg_parts[1].remove (QChar {'>'});
|
||||
}
|
||||
auto is_73 = m_QSOProgress >= ROGER_REPORT
|
||||
|
Loading…
Reference in New Issue
Block a user