update cal widget after auto-adjusting the span

This commit is contained in:
Jan Käberich 2025-02-27 19:46:42 +01:00
parent d3610011e6
commit 28150307ca

View file

@ -1222,6 +1222,7 @@ bool VNA::SpanMatchCal()
SetStartFreq(cal.getMinFreq());
SetStopFreq(cal.getMaxFreq());
SetPoints(cal.getNumPoints());
UpdateCalWidget();
return true;
}