mirror of
https://github.com/jankae/LibreVNA.git
synced 2026-04-06 15:04:11 +00:00
Graph display bugfixes
This commit is contained in:
parent
3a88e10875
commit
1a7212191a
4 changed files with 39 additions and 22 deletions
|
|
@ -234,7 +234,7 @@ void TracePlot::dragLeaveEvent(QDragLeaveEvent *event)
|
|||
Q_UNUSED(event)
|
||||
dropPending = false;
|
||||
dropTrace = nullptr;
|
||||
triggerReplot();
|
||||
replot();
|
||||
}
|
||||
|
||||
std::set<TracePlot *> TracePlot::getPlots()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue