Show/hide the Next column in stream list on tx mode change
This commit is contained in:
parent
9c44bb8e12
commit
9789d475a8
@ -88,7 +88,10 @@ void Port::updatePortConfig(OstProto::Port *port)
|
|||||||
setAlias(QString("if%1").arg(id()));
|
setAlias(QString("if%1").arg(id()));
|
||||||
|
|
||||||
if (recalc)
|
if (recalc)
|
||||||
|
{
|
||||||
recalculateAverageRates();
|
recalculateAverageRates();
|
||||||
|
emit streamListChanged(mPortGroupId, mPortId); // show/hide 'next' col
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
void Port::updateStreamOrdinalsFromIndex()
|
void Port::updateStreamOrdinalsFromIndex()
|
||||||
|
Loading…
Reference in New Issue
Block a user