mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2026-06-27 22:14:20 -04:00
Merge branch 'develop' into map65
This commit is contained in:
@@ -5860,7 +5860,7 @@ void MainWindow::genCQMsg ()
|
||||
( tlist.at(1)==my_callsign or
|
||||
tlist.at(2)==my_callsign ) and
|
||||
stdCall(my_callsign)) {
|
||||
if(m_config.Individual_Contest_Name()) {
|
||||
if(m_config.Individual_Contest_Name() && m_config.Contest_Name() != "") {
|
||||
m_cqStr = m_config.Contest_Name();
|
||||
} else {
|
||||
if(SpecOp::NA_VHF == m_specOp) m_cqStr="TEST";
|
||||
@@ -7629,6 +7629,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)
|
||||
|
||||
Reference in New Issue
Block a user