diff --git a/Software/PC_Application/LibreVNA-GUI/Traces/traceplot.cpp b/Software/PC_Application/LibreVNA-GUI/Traces/traceplot.cpp index 70e3d6f..f657af8 100644 --- a/Software/PC_Application/LibreVNA-GUI/Traces/traceplot.cpp +++ b/Software/PC_Application/LibreVNA-GUI/Traces/traceplot.cpp @@ -466,6 +466,7 @@ void TracePlot::mouseMoveEvent(QMouseEvent *event) auto trace = selectedMarker->getTrace(); selectedMarker->setPosition(nearestTracePoint(trace, clickPoint)); cursorLabel->hide(); + triggerReplot(); } else if(movingGraph) { move(clickPoint - lastMousePoint); lastMousePoint = clickPoint;