1
0
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:
f4exb
2022-10-16 04:48:07 +02:00
parent c63834297a
commit 45ef7c5be0
13 changed files with 149 additions and 17 deletions
+6
View File
@@ -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();