Min/Max/Delta markers

This commit is contained in:
Jan Käberich 2020-10-20 17:03:49 +02:00
parent b5cd6e0072
commit 49fb02be23
16 changed files with 351 additions and 45 deletions

View file

@ -504,6 +504,7 @@ void VNA::NewDatapoint(Protocol::Datapoint d)
emit dataChanged();
if(d.pointNum == settings.points - 1) {
UpdateStatusPanel();
markerModel->updateMarkers();
}
}