From 1c0e9010d9c4a68190778a3c777813292b7e90c0 Mon Sep 17 00:00:00 2001 From: f4exb Date: Wed, 15 Aug 2018 10:30:12 +0200 Subject: [PATCH] Set spectrum default to log --- Readme.md | 2 -- sdrgui/gui/glspectrumgui.cpp | 1 + 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/Readme.md b/Readme.md index 5e486aa35..105ff5b7d 100644 --- a/Readme.md +++ b/Readme.md @@ -4,8 +4,6 @@ **Check the discussion group** [here](https://groups.io/g/sdrangel) -**⚠ Warning**: Windows distribution is discontinued at version 4.0.0. This is the last version with a Windows build. -

Source code

Repository branches

diff --git a/sdrgui/gui/glspectrumgui.cpp b/sdrgui/gui/glspectrumgui.cpp index 10f11e7ad..62a200437 100644 --- a/sdrgui/gui/glspectrumgui.cpp +++ b/sdrgui/gui/glspectrumgui.cpp @@ -34,6 +34,7 @@ GLSpectrumGUI::GLSpectrumGUI(QWidget* parent) : m_averagingNb(0) { ui->setupUi(this); + on_linscale_toggled(false); ui->refLevel->clear(); for(int ref = 0; ref >= -110; ref -= 5) ui->refLevel->addItem(QString("%1").arg(ref));