diff --git a/sdrbase/dsp/scopevis.cpp b/sdrbase/dsp/scopevis.cpp index 34d5637cb..635565e3e 100644 --- a/sdrbase/dsp/scopevis.cpp +++ b/sdrbase/dsp/scopevis.cpp @@ -54,6 +54,8 @@ void ScopeVis::feed(SampleVector::const_iterator begin, SampleVector::const_iter { if (!m_triggerOneShot) { m_triggerState = Untriggered; + } else { + break; } } if(m_triggerState == Untriggered)