mirror of
https://github.com/jankae/LibreVNA.git
synced 2026-04-06 06:53:37 +00:00
Min/Max/Delta markers
This commit is contained in:
parent
b5cd6e0072
commit
49fb02be23
16 changed files with 351 additions and 45 deletions
|
|
@ -504,6 +504,7 @@ void VNA::NewDatapoint(Protocol::Datapoint d)
|
|||
emit dataChanged();
|
||||
if(d.pointNum == settings.points - 1) {
|
||||
UpdateStatusPanel();
|
||||
markerModel->updateMarkers();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue