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
+2
View File
@@ -77,6 +77,7 @@ public:
void setColours(QVector<QColor> const& cl);
void setFlatten(bool b1, bool b2);
void setTol(int n);
void setSuperFox(bool b);
void setSuperHound(bool b);
void setRxBand(QString band);
void setReference(bool b) {m_bReference = b;}
@@ -126,6 +127,7 @@ private:
bool m_bSingleDecode;
bool m_bFirst=true;
bool m_bResized;
bool m_bSuperFox=false;
bool m_bSuperHound=false;
float m_fSpan;