mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-03-22 03:58:50 -04:00
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:
parent
df2c767488
commit
0a139e5acd
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user