mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-04-03 18:08:40 -04:00
Halt Tx before resetting Tx power after Tune. Tnx to W9MDB.
This commit is contained in:
parent
a6ac3eed61
commit
691476ed1c
@ -6225,6 +6225,7 @@ void MainWindow::on_tuneButton_clicked (bool checked)
|
||||
}
|
||||
else { // we're turning off so remember our Tune pwr setting and reset to Tx pwr
|
||||
if (m_config.pwrBandTuneMemory() || m_config.pwrBandTxMemory()) {
|
||||
stopTx();
|
||||
m_pwrBandTuneMemory[curBand] = ui->outAttenuation->value(); // remember our Tune pwr
|
||||
m_PwrBandSetOK = false;
|
||||
ui->outAttenuation->setValue(m_pwrBandTxMemory[curBand].toInt()); // set to Tx pwr
|
||||
|
Loading…
Reference in New Issue
Block a user