From 9789d475a8940ef87acc5292afdebb01fbd20b24 Mon Sep 17 00:00:00 2001 From: Srivats P Date: Thu, 21 Oct 2021 21:52:54 +0530 Subject: [PATCH] Show/hide the Next column in stream list on tx mode change --- client/port.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/client/port.cpp b/client/port.cpp index 6feff45..651714e 100644 --- a/client/port.cpp +++ b/client/port.cpp @@ -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()