mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-03-22 20:18:35 -04:00
Update the ActiveStations GUI appearance in Q65 mode, after a change on Settings.
This commit is contained in:
parent
4c3bf37294
commit
453b1577fc
@ -2086,6 +2086,13 @@ void MainWindow::on_actionSettings_triggered() //Setup Dialog
|
||||
}
|
||||
ui->labDXped->setVisible(SpecOp::NONE != m_specOp);
|
||||
set_mode(m_mode);
|
||||
if(m_ActiveStationsWidget!=NULL and m_mode=="Q65") {
|
||||
if(m_specOp==SpecOp::Q65_PILEUP) {
|
||||
m_ActiveStationsWidget->displayRecentStations("Q65-pileup","");
|
||||
} else {
|
||||
m_ActiveStationsWidget->displayRecentStations("Q65","");
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user