Overflow/replot bugfix when moving markers

This commit is contained in:
Jan Käberich 2020-11-26 21:00:16 +01:00
parent 1a7212191a
commit 19bc31b7cc
2 changed files with 3 additions and 2 deletions

View file

@ -227,6 +227,7 @@ void TracePlot::dropEvent(QDropEvent *event)
}
dropPending = false;
dropTrace = nullptr;
replot();
}
void TracePlot::dragLeaveEvent(QDragLeaveEvent *event)