Skip to content

Commit

Permalink
Reset peak hold on zoom reset
Browse files Browse the repository at this point in the history
  • Loading branch information
BatchDrake committed Jul 16, 2024
1 parent 8eb3a02 commit cbf9bce
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions AbstractWaterfall.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1650,6 +1650,7 @@ void AbstractWaterfall::resetHorizontalZoom(void)
{
setFftCenterFreq(0);
setSpanFreq(static_cast<qint64>(m_SampleFreq));
m_PeakHoldValid = false;
emit newZoomLevel(1);
}

Expand Down

0 comments on commit cbf9bce

Please sign in to comment.