1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2024-09-29 16:26:47 -04:00

GLScope: reset first arg indicator after re-triggering

This commit is contained in:
f4exb 2015-11-10 03:03:56 +01:00
parent 0d9905c482
commit 250e5bea3a

View File

@ -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);