mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-03-24 13:08:34 -04:00
Reset m_wideGraph->setSuperHound() parameter when leaving SuperHound mode.
(cherry picked from commit 30d86bfa923cb4e87a08939f02851e4d56576eef)
This commit is contained in:
parent
69cdb486cf
commit
3e76477a61
@ -7312,6 +7312,7 @@ void MainWindow::on_actionFT8_triggered()
|
||||
}
|
||||
if(m_specOp != SpecOp::HOUND) {
|
||||
ui->houndButton->setChecked(false);
|
||||
m_wideGraph->setSuperHound(false);
|
||||
}
|
||||
|
||||
m_specOp=m_config.special_op_id();
|
||||
|
Loading…
Reference in New Issue
Block a user