mirror of
https://github.com/jankae/LibreVNA.git
synced 2026-04-06 15:04:11 +00:00
Overflow/replot bugfix when moving markers
This commit is contained in:
parent
1a7212191a
commit
19bc31b7cc
2 changed files with 3 additions and 2 deletions
|
|
@ -227,6 +227,7 @@ void TracePlot::dropEvent(QDropEvent *event)
|
|||
}
|
||||
dropPending = false;
|
||||
dropTrace = nullptr;
|
||||
replot();
|
||||
}
|
||||
|
||||
void TracePlot::dragLeaveEvent(QDragLeaveEvent *event)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue