mirror of
https://github.com/jankae/LibreVNA.git
synced 2026-04-08 07:53:40 +00:00
removed warning, updated lohmann::json, fix qt6 static assertion error
This commit is contained in:
parent
ac2d532b0c
commit
c18845fce5
10 changed files with 6784 additions and 7638 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue