mirror of
https://github.com/jankae/LibreVNA.git
synced 2026-04-04 14:07:30 +00:00
Allow group delay for reflection traces
This commit is contained in:
parent
345ab827c0
commit
57615f1b39
1 changed files with 0 additions and 5 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue