mirror of
https://github.com/jankae/LibreVNA.git
synced 2026-04-08 16:03:43 +00:00
Waterfall display
This commit is contained in:
parent
a7fcaf7d97
commit
5897705f32
18 changed files with 1706 additions and 902 deletions
|
|
@ -250,7 +250,7 @@ double TraceSmithChart::nearestTracePoint(Trace *t, QPoint pixel, double *distan
|
|||
return closestXpos;
|
||||
}
|
||||
|
||||
bool TraceSmithChart::xCoordinateVisible(double x)
|
||||
bool TraceSmithChart::markerVisible(double x)
|
||||
{
|
||||
if(limitToSpan) {
|
||||
if(x >= sweep_fmin && x <= sweep_fmax) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue