Show/hide the Next column in stream list on tx mode change

This commit is contained in:
Srivats P 2021-10-21 21:52:54 +05:30
parent 9c44bb8e12
commit 9789d475a8

View File

@ -88,7 +88,10 @@ void Port::updatePortConfig(OstProto::Port *port)
setAlias(QString("if%1").arg(id()));
if (recalc)
{
recalculateAverageRates();
emit streamListChanged(mPortGroupId, mPortId); // show/hide 'next' col
}
}
void Port::updateStreamOrdinalsFromIndex()