mirror of
https://github.com/jankae/LibreVNA.git
synced 2026-04-08 07:53:40 +00:00
restrict SA graph options, show dBm instead dB
This commit is contained in:
parent
b2ed124240
commit
0c782fc009
10 changed files with 132 additions and 52 deletions
|
|
@ -466,6 +466,11 @@ void TracePlot::markerRemoved(Marker *m)
|
|||
triggerReplot();
|
||||
}
|
||||
|
||||
TraceModel &TracePlot::getModel() const
|
||||
{
|
||||
return model;
|
||||
}
|
||||
|
||||
void TracePlot::updateGraphColors()
|
||||
{
|
||||
replot();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue