mirror of
https://github.com/jankae/LibreVNA.git
synced 2026-04-08 07:53:40 +00:00
Rename: non-uniformity -> flatness, also show lines
This commit is contained in:
parent
e35766c7b8
commit
5ad44c780c
8 changed files with 95 additions and 42 deletions
|
|
@ -448,7 +448,7 @@ Marker *TracePlot::markerAtPosition(QPoint p, bool onlyMovable)
|
|||
closestDistance = distance;
|
||||
if(m->getParent()) {
|
||||
closestMarker = m->getParent();
|
||||
if(closestMarker->getType() == Marker::Type::NonUniformity) {
|
||||
if(closestMarker->getType() == Marker::Type::Flatness) {
|
||||
closestMarker = m;
|
||||
}
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue