Reset red/greep goal posts in Wide Graph for SuperFox and SuperHound.

This commit is contained in:
Joe Taylor
2024-08-15 11:33:46 -04:00
parent 4a549b9a3b
commit 69cdb486cf
5 changed files with 22 additions and 2 deletions
+5
View File
@@ -498,6 +498,11 @@ void WideGraph::on_zero2dSlider_valueChanged(int value) //Zero2
}
}
void WideGraph::setSuperFox(bool b)
{
ui->widePlot->setSuperFox(b);
}
void WideGraph::setSuperHound(bool b)
{
ui->widePlot->setSuperHound(b);