mirror of
https://github.com/jankae/LibreVNA.git
synced 2026-04-06 15:04:11 +00:00
XY-Plot setup handling improved
- Use readable names for axis type/mode in json (old integer encoding still valid when loading old setups) - Bugfix: time domain traces not included in context menu when plot is constructed after the trace
This commit is contained in:
parent
0b00186a5a
commit
0f345ba253
4 changed files with 92 additions and 19 deletions
|
|
@ -183,6 +183,8 @@ std::set<TraceXYPlot::YAxisType> XYplotAxisDialog::supportedYAxis(TraceXYPlot::X
|
|||
ret.insert(TraceXYPlot::YAxisType::Step);
|
||||
ret.insert(TraceXYPlot::YAxisType::Impedance);
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
}
|
||||
return ret;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue