mirror of
https://github.com/jankae/LibreVNA.git
synced 2026-04-07 07:23:43 +00:00
Correctly load window/detector type on startup
This commit is contained in:
parent
71699d1bd7
commit
f1ca961d0e
4 changed files with 10 additions and 10 deletions
|
|
@ -653,7 +653,7 @@ void VNA::SettingsChanged(std::function<void (Device::TransmissionResult)> cb)
|
|||
window->getDevice()->Configure(settings, [=](Device::TransmissionResult res){
|
||||
// device received command, reset traces now
|
||||
average.reset(settings.points);
|
||||
traceModel.clearVNAData();
|
||||
traceModel.clearLiveData();
|
||||
UpdateAverageCount();
|
||||
UpdateCalWidget();
|
||||
if(cb) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue