Fixed spec percent bug. Reduced default controls to nil

This commit is contained in:
Jordan Sherer 2018-07-09 15:34:44 -04:00
parent 2a7f38b187
commit 722f2f10ae
3 changed files with 11 additions and 10 deletions

View file

@ -36,7 +36,7 @@ CPlotter::CPlotter(QWidget *parent) : //CPlotter Constructor
m_line {0},
m_fSample {12000},
m_nsps {6912},
m_Percent2DScreen {30}, //percent of screen used for 2D display
m_Percent2DScreen {0}, //percent of screen used for 2D display
m_Percent2DScreen0 {0},
m_rxFreq {1020},
m_txFreq {0},