From ef8bc26474e134c79a715067199971e7dc56eaf2 Mon Sep 17 00:00:00 2001 From: Jordan Sherer Date: Mon, 1 Oct 2018 13:06:31 -0400 Subject: [PATCH] Turn off tx before remembering our tune settings --- mainwindow.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/mainwindow.cpp b/mainwindow.cpp index bcb9fbc..00d3159 100644 --- a/mainwindow.cpp +++ b/mainwindow.cpp @@ -8095,6 +8095,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