mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-05 15:34:57 -04:00
Allow full range of overlap
This commit is contained in:
@@ -4450,7 +4450,7 @@ void GLSpectrumView::timeZoom(bool zoomInElseOut)
|
||||
return;
|
||||
}
|
||||
|
||||
if (zoomInElseOut && (m_fftOverlap == m_fftSize/2)) {
|
||||
if (zoomInElseOut && (m_fftOverlap == m_fftSize - 1)) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user