mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-25 21:58:38 -05:00
Turn off the blue background on Decode button between Early and Final decode passes.
This commit is contained in:
parent
1d3025329b
commit
69d375e1d2
@ -1391,11 +1391,11 @@ void MainWindow::readFromStdout() //readFromStdout
|
|||||||
QFile lockFile(m_appDir + "/.lock");
|
QFile lockFile(m_appDir + "/.lock");
|
||||||
lockFile.open(QIODevice::ReadWrite);
|
lockFile.open(QIODevice::ReadWrite);
|
||||||
if(t.indexOf("<DecodeFinished>") >= 0) {
|
if(t.indexOf("<DecodeFinished>") >= 0) {
|
||||||
ui->DecodeButton->setStyleSheet("");
|
|
||||||
decodeBusy(false);
|
|
||||||
m_map65RxLog=0;
|
m_map65RxLog=0;
|
||||||
m_startAnother=m_loopall;
|
m_startAnother=m_loopall;
|
||||||
}
|
}
|
||||||
|
ui->DecodeButton->setStyleSheet("");
|
||||||
|
decodeBusy(false);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user