diff --git a/sdrbase/dsp/scopevis.cpp b/sdrbase/dsp/scopevis.cpp index 5fc591443..0bca4d4a8 100644 --- a/sdrbase/dsp/scopevis.cpp +++ b/sdrbase/dsp/scopevis.cpp @@ -157,6 +157,8 @@ void ScopeVis::feed(const SampleVector::const_iterator& cbegin, const SampleVect if(m_triggerState == Untriggered) { + m_firstArg = true; + while(begin < end) { bool triggerCdt = triggerCondition(begin);