mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-24 21:28:41 -05:00
Merge branch 'release-2.2.0' of bitbucket.org:k1jt/wsjtx into release-2.2.0
This commit is contained in:
commit
37bf0f7356
@ -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