Don't Tx when the frequency is manually entered in the band select box and the Enter/Return key is pressed.

This commit is contained in:
Uwe Risse 2023-02-13 14:05:18 +01:00
parent df2c767488
commit 0a139e5acd

View File

@ -7530,6 +7530,7 @@ void MainWindow::on_bandComboBox_activated (int index)
m_bandEdited = true;
band_changed (frequency);
m_wideGraph->setRxBand (m_config.bands ()->find (frequency));
auto_tx_mode(false);
}
void MainWindow::band_changed (Frequency f)