mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-11-17 22:01:45 -05:00
GLScope: reset first arg indicator after re-triggering
This commit is contained in:
parent
0d9905c482
commit
250e5bea3a
@ -157,6 +157,8 @@ void ScopeVis::feed(const SampleVector::const_iterator& cbegin, const SampleVect
|
|||||||
|
|
||||||
if(m_triggerState == Untriggered)
|
if(m_triggerState == Untriggered)
|
||||||
{
|
{
|
||||||
|
m_firstArg = true;
|
||||||
|
|
||||||
while(begin < end)
|
while(begin < end)
|
||||||
{
|
{
|
||||||
bool triggerCdt = triggerCondition(begin);
|
bool triggerCdt = triggerCondition(begin);
|
||||||
|
Loading…
Reference in New Issue
Block a user