mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-22 04:11:16 -05:00
Zero the "nDecodes" label if there were no decodes in a sequence.
This commit is contained in:
parent
7dac838bf0
commit
e97164719d
@ -3137,6 +3137,7 @@ void MainWindow::readFromStdout() //readFromStdout
|
||||
|
||||
if(line_read.indexOf("<DecodeFinished>") >= 0) {
|
||||
m_bDecoded = line_read.mid(20).trimmed().toInt() > 0;
|
||||
if(m_nDecodes==0) ndecodes_label.setText("0");
|
||||
decodeDone ();
|
||||
return;
|
||||
} else {
|
||||
|
Loading…
Reference in New Issue
Block a user