kopia lustrzana https://github.com/f4exb/sdrangel
GLSpectrumSettings: set default value for Trace intensity
rodzic
0c45126ea4
commit
ae3deb92f6
|
@ -37,7 +37,8 @@ void GLSpectrumSettings::resetToDefaults()
|
|||
m_decay = 1;
|
||||
m_decayDivisor = 1;
|
||||
m_histogramStroke = 30;
|
||||
m_displayGridIntensity = 5,
|
||||
m_displayGridIntensity = 5;
|
||||
m_displayTraceIntensity = 50;
|
||||
m_displayWaterfall = true;
|
||||
m_invertedWaterfall = false;
|
||||
m_displayMaxHold = false;
|
||||
|
|
Ładowanie…
Reference in New Issue