diff --git a/Software/PC_Application/LibreVNA-GUI/Traces/trace.cpp b/Software/PC_Application/LibreVNA-GUI/Traces/trace.cpp index 40a16b0..95906c0 100644 --- a/Software/PC_Application/LibreVNA-GUI/Traces/trace.cpp +++ b/Software/PC_Application/LibreVNA-GUI/Traces/trace.cpp @@ -75,7 +75,7 @@ void Trace::clear(bool force) { return; } data.clear(); - clearDeembedding(); + deembeddingData.clear(); settings.valid = false; warning("No data"); emit cleared(this);