mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2025-01-27 18:14:44 +01:00
Removed logging when zooming
This commit is contained in:
parent
012903fbf4
commit
ec6a258958
@ -605,8 +605,6 @@ void MainWindow::draw() {
|
|||||||
double delta = gui::waterfall.getBandwidth() - 1000.0;
|
double delta = gui::waterfall.getBandwidth() - 1000.0;
|
||||||
double finalBw = 1000.0 + (factor * delta);
|
double finalBw = 1000.0 + (factor * delta);
|
||||||
|
|
||||||
spdlog::warn("{0} {1} {2}", bw, factor, finalBw);
|
|
||||||
|
|
||||||
gui::waterfall.setViewBandwidth(finalBw);
|
gui::waterfall.setViewBandwidth(finalBw);
|
||||||
if (vfo != NULL) {
|
if (vfo != NULL) {
|
||||||
gui::waterfall.setViewOffset(vfo->centerOffset); // center vfo on screen
|
gui::waterfall.setViewOffset(vfo->centerOffset); // center vfo on screen
|
||||||
|
Loading…
x
Reference in New Issue
Block a user