Fix an inconsistency with the WideGraph goal posts.

This commit is contained in:
Uwe Risse 2024-09-23 22:06:22 +02:00
parent 86dfd480af
commit fbe0fe216b

View File

@ -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)