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:
Jan Käberich 2025-02-14 14:03:09 +01:00
parent 50bde261af
commit ef8cdeccd7
7 changed files with 27 additions and 15 deletions

View file

@ -490,6 +490,7 @@ void TracePlot::mouseMoveEvent(QMouseEvent *event)
} else {
cursorLabel->hide();
}
triggerReplot();
}
event->accept();
}