We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a3d39ab + 993a616 commit 62d3c3cCopy full SHA for 62d3c3c
resources/news.txt
@@ -6,6 +6,7 @@
6
NEW: "Z" keyboard shortcut sets frequency offset to zero.
7
FIXED: Remove empty frame from bottom of I/Q tool window.
8
FIXED: Sudden scrolling of file list in I/Q tool window.
9
+ FIXED: Reset zoom slider after right click on panadapter / waterfall.
10
IMPROVED: AGC performance.
11
IMPROVED: Apply amplitude normalization to FFT window functions.
12
src/qtgui/plotter.cpp
@@ -1665,6 +1665,7 @@ void CPlotter::resetHorizontalZoom(void)
1665
{
1666
setFftCenterFreq(0);
1667
setSpanFreq((qint32)m_SampleFreq);
1668
+ emit newZoomLevel(1.0);
1669
}
1670
1671
/** Center FFT plot around 0 (corresponds to center freq). */
0 commit comments