mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-05-24 10:22:26 -04:00
Merge branch 'develop' of bitbucket.org:k1jt/wsjtx into develop
This commit is contained in:
commit
bf3fd11b28
@ -7792,7 +7792,8 @@ 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);
|
m_specOp=m_config.special_op_id();
|
||||||
|
if (m_specOp==SpecOp::HOUND) 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