mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-05-29 04:42:28 -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) {
|
if(m_specOp != SpecOp::HOUND) {
|
||||||
ui->houndButton->setChecked(false);
|
ui->houndButton->setChecked(false);
|
||||||
|
m_wideGraph->setSuperHound(false);
|
||||||
}
|
}
|
||||||
|
|
||||||
m_specOp=m_config.special_op_id();
|
m_specOp=m_config.special_op_id();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user