From b4ee6420c5400a986d85cc2c9973bfecba2807a1 Mon Sep 17 00:00:00 2001 From: Ryzerth Date: Tue, 23 Feb 2021 03:35:40 +0100 Subject: [PATCH] Fixed weird value idk --- core/src/gui/widgets/waterfall.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/core/src/gui/widgets/waterfall.cpp b/core/src/gui/widgets/waterfall.cpp index 2da1cd85..11c32f0f 100644 --- a/core/src/gui/widgets/waterfall.cpp +++ b/core/src/gui/widgets/waterfall.cpp @@ -474,7 +474,6 @@ namespace ImGui { range = findBestRange(viewBandwidth, maxHSteps); vRange = findBestRange(fftMax - fftMin, maxVSteps); - vRange = 10.0; updateWaterfallFb(); updateAllVFOs();