mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-05-25 10:52:31 -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;
|
m_bandEdited = true;
|
||||||
band_changed (frequency);
|
band_changed (frequency);
|
||||||
m_wideGraph->setRxBand (m_config.bands ()->find (frequency));
|
m_wideGraph->setRxBand (m_config.bands ()->find (frequency));
|
||||||
|
auto_tx_mode(false);
|
||||||
}
|
}
|
||||||
|
|
||||||
void MainWindow::band_changed (Frequency f)
|
void MainWindow::band_changed (Frequency f)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user