mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-04-06 19:38:35 -04:00
Fix an inconsistency with the WideGraph goal posts.
This commit is contained in:
parent
86dfd480af
commit
fbe0fe216b
@ -2691,6 +2691,10 @@ void MainWindow::statusChanged()
|
||||
ui->sbNslots->setValue(m_Nslots0);
|
||||
}
|
||||
if (SpecOp::HOUND==m_specOp) ui->cbRxAll->setVisible(!m_config.superFox());
|
||||
if ((SpecOp::HOUND!=m_specOp && SpecOp::FOX!=m_specOp) or !m_config.superFox()) {
|
||||
m_wideGraph->setSuperFox(false);
|
||||
m_wideGraph->setSuperHound(false);
|
||||
}
|
||||
}
|
||||
|
||||
bool MainWindow::eventFilter (QObject * object, QEvent * event)
|
||||
|
Loading…
Reference in New Issue
Block a user