mirror of
https://github.com/jankae/LibreVNA.git
synced 2026-01-16 05:30:35 +01:00
do not update number of points in from math trace when paused
This commit is contained in:
parent
e47ca98b95
commit
3c7534a35c
|
|
@ -455,6 +455,10 @@ bool Trace::resolveMathSourceHashes()
|
|||
|
||||
void Trace::updateMathTracePoints()
|
||||
{
|
||||
if(paused) {
|
||||
// do not update when paused
|
||||
return;
|
||||
}
|
||||
if(!mathSourceTraces.size()) {
|
||||
return;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue