From 250e5bea3a114ba4f03e09caa3703c951b638dc2 Mon Sep 17 00:00:00 2001 From: f4exb Date: Tue, 10 Nov 2015 03:03:56 +0100 Subject: [PATCH] GLScope: reset first arg indicator after re-triggering --- sdrbase/dsp/scopevis.cpp | 2 ++ 1 file changed, 2 insertions(+) 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);