mirror of
https://github.com/jankae/LibreVNA.git
synced 2026-01-20 07:30:48 +01:00
update cal widget after auto-adjusting the span
This commit is contained in:
parent
d3610011e6
commit
28150307ca
|
|
@ -1222,6 +1222,7 @@ bool VNA::SpanMatchCal()
|
|||
SetStartFreq(cal.getMinFreq());
|
||||
SetStopFreq(cal.getMaxFreq());
|
||||
SetPoints(cal.getNumPoints());
|
||||
UpdateCalWidget();
|
||||
return true;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue