Waterfall display

This commit is contained in:
Jan Käberich 2022-03-16 14:45:59 +01:00
parent a7fcaf7d97
commit 5897705f32
18 changed files with 1706 additions and 902 deletions

View file

@ -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;
}