mirror of
https://github.com/jankae/LibreVNA.git
synced 2026-01-07 17:20:16 +01:00
Allow group delay for reflection traces
This commit is contained in:
parent
345ab827c0
commit
57615f1b39
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue