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));