mirror of
https://github.com/jankae/LibreVNA.git
synced 2026-04-08 07:53:40 +00:00
Waterfall display
This commit is contained in:
parent
a7fcaf7d97
commit
5897705f32
18 changed files with 1706 additions and 902 deletions
|
|
@ -185,7 +185,7 @@ void TracePlot::paintEvent(QPaintEvent *event)
|
|||
|
||||
auto tmarkers = t.first->getMarkers();
|
||||
for(auto m : tmarkers) {
|
||||
if(!xCoordinateVisible(m->getPosition())) {
|
||||
if(!markerVisible(m->getPosition())) {
|
||||
// marker not visible with current plot settings
|
||||
continue;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue