Skip to content

Commit

Permalink
keep de-embedding active when changing settings
Browse files Browse the repository at this point in the history
  • Loading branch information
jankae committed Mar 14, 2024
1 parent 087bd8e commit 7dd2c05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Software/PC_Application/LibreVNA-GUI/Traces/trace.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ void Trace::clear(bool force) {
return;
}
data.clear();
clearDeembedding();
deembeddingData.clear();
settings.valid = false;
warning("No data");
emit cleared(this);
Expand Down

0 comments on commit 7dd2c05

Please sign in to comment.