mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-07 08:24:43 -04:00
Spectrum frequency ticks MSB truncation: base algorithm
This commit is contained in:
@@ -492,6 +492,12 @@ void GLSpectrumView::setDisplayTraceIntensity(int intensity)
|
||||
update();
|
||||
}
|
||||
|
||||
void GLSpectrumView::setFreqScaleTruncationMode(bool mode)
|
||||
{
|
||||
m_frequencyScale.setTruncateMode(mode);
|
||||
update();
|
||||
}
|
||||
|
||||
void GLSpectrumView::setLinear(bool linear)
|
||||
{
|
||||
m_mutex.lock();
|
||||
|
||||
Reference in New Issue
Block a user