Fixed wrong bandwidth when zooming

This commit is contained in:
Ryzerth
2021-08-30 19:22:00 +02:00
parent 68b3eb9b21
commit 012903fbf4
2 changed files with 10 additions and 8 deletions

View File

@@ -78,7 +78,7 @@ namespace core {
gui::waterfall.setViewOffset(0);
gui::waterfall.setViewBandwidth(effectiveSr);
sigpath::signalPath.setSampleRate(effectiveSr);
gui::mainWindow.setViewBandwidthSlider(effectiveSr);
gui::mainWindow.setViewBandwidthSlider(1.0);
}
};