Graph display bugfixes

This commit is contained in:
Jan Käberich 2020-11-26 17:45:55 +01:00
parent 3a88e10875
commit 1a7212191a
4 changed files with 39 additions and 22 deletions

View file

@ -234,7 +234,7 @@ void TracePlot::dragLeaveEvent(QDragLeaveEvent *event)
Q_UNUSED(event)
dropPending = false;
dropTrace = nullptr;
triggerReplot();
replot();
}
std::set<TracePlot *> TracePlot::getPlots()