removed warning, updated lohmann::json, fix qt6 static assertion error

This commit is contained in:
Jan Käberich 2023-03-27 00:13:01 +02:00
parent ac2d532b0c
commit c18845fce5
10 changed files with 6784 additions and 7638 deletions

View file

@ -523,7 +523,7 @@ void TracePlot::dragEnterEvent(QDragEnterEvent *event)
void TracePlot::dropEvent(QDropEvent *event)
{
if(dropTrace) {
traceDropped(dropTrace, event->pos() - - QPoint(marginLeft, marginTop));
traceDropped(dropTrace, event->position().toPoint() - - QPoint(marginLeft, marginTop));
}
dropPending = false;
dropTrace = nullptr;