mirror of
https://github.com/jankae/LibreVNA.git
synced 2026-04-07 23:43:42 +00:00
Various bugfixes, mostly eye diagram related
- Update eye diagram when settings are changed but data is static - Keep trace on eye diagram visible when random other trace is deleted - resolve references when duplicating a math trace - use correct trace output domain in various checks throughout the code
This commit is contained in:
parent
50bde261af
commit
ef8cdeccd7
7 changed files with 27 additions and 15 deletions
|
|
@ -490,6 +490,7 @@ void TracePlot::mouseMoveEvent(QMouseEvent *event)
|
|||
} else {
|
||||
cursorLabel->hide();
|
||||
}
|
||||
triggerReplot();
|
||||
}
|
||||
event->accept();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue