From 7dd2c0501ece64eb00ec96d4febf33bcfd6d0dd0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20K=C3=A4berich?= Date: Thu, 14 Mar 2024 11:17:04 +0100 Subject: [PATCH] keep de-embedding active when changing settings --- Software/PC_Application/LibreVNA-GUI/Traces/trace.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);