Skip to content

Commit 62d3c3c

Browse files
authored
Merge pull request #1201 from willcode/fix/zoom-reset
Make zoom reset more reliable
2 parents a3d39ab + 993a616 commit 62d3c3c

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

resources/news.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
NEW: "Z" keyboard shortcut sets frequency offset to zero.
77
FIXED: Remove empty frame from bottom of I/Q tool window.
88
FIXED: Sudden scrolling of file list in I/Q tool window.
9+
FIXED: Reset zoom slider after right click on panadapter / waterfall.
910
IMPROVED: AGC performance.
1011
IMPROVED: Apply amplitude normalization to FFT window functions.
1112

src/qtgui/plotter.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1665,6 +1665,7 @@ void CPlotter::resetHorizontalZoom(void)
16651665
{
16661666
setFftCenterFreq(0);
16671667
setSpanFreq((qint32)m_SampleFreq);
1668+
emit newZoomLevel(1.0);
16681669
}
16691670

16701671
/** Center FFT plot around 0 (corresponds to center freq). */

0 commit comments

Comments
 (0)