diff --git a/Software/PC_Application/LibreVNA-GUI/Traces/trace.cpp b/Software/PC_Application/LibreVNA-GUI/Traces/trace.cpp index df0b237..7f82690 100644 --- a/Software/PC_Application/LibreVNA-GUI/Traces/trace.cpp +++ b/Software/PC_Application/LibreVNA-GUI/Traces/trace.cpp @@ -455,6 +455,10 @@ bool Trace::resolveMathSourceHashes() void Trace::updateMathTracePoints() { + if(paused) { + // do not update when paused + return; + } if(!mathSourceTraces.size()) { return; }