From 57615f1b39b12014a3b80cfa53a3d2ebed0eef60 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20K=C3=A4berich?= Date: Mon, 24 Mar 2025 16:55:52 +0100 Subject: [PATCH] Allow group delay for reflection traces --- Software/PC_Application/LibreVNA-GUI/Traces/tracexyplot.cpp | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Software/PC_Application/LibreVNA-GUI/Traces/tracexyplot.cpp b/Software/PC_Application/LibreVNA-GUI/Traces/tracexyplot.cpp index 09aa7c4..e608a58 100644 --- a/Software/PC_Application/LibreVNA-GUI/Traces/tracexyplot.cpp +++ b/Software/PC_Application/LibreVNA-GUI/Traces/tracexyplot.cpp @@ -1089,11 +1089,6 @@ bool TraceXYPlot::supported(Trace *t, YAxis::Type type) return false; } break; - case YAxis::Type::GroupDelay: - if(t->isReflection()) { - return false; - } - break; default: break; }