Attempt to fix scope trigger

This commit is contained in:
srcejon 2023-11-24 22:06:14 +00:00
parent b882da3528
commit e106905548
1 changed files with 1 additions and 1 deletions

View File

@ -609,7 +609,7 @@ void ScopeVis::processTrace(const std::vector<ComplexVector::const_iterator>& vc
}
uint32_t triggerStreamIndex = triggerCondition->m_triggerData.m_streamIndex;
const Complex& s = *vbegin[triggerStreamIndex];
const Complex& s = vbegin[triggerStreamIndex][processed];
if (m_triggerComparator.triggered(s, *triggerCondition)) // matched the current trigger
{