mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-12-23 01:55:48 -05:00
Merge pull request #588 from Vort/glss_trace_intensity
GLSpectrumSettings: set default value for Trace intensity
This commit is contained in:
commit
4088a23d0f
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user