mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2026-06-25 04:53:17 -04:00
Reset red/greep goal posts in Wide Graph for SuperFox and SuperHound.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user