diff --git a/gui/src/plotzoomer.cpp b/gui/src/plotzoomer.cpp index c035eda4fc..f5922bcf58 100644 --- a/gui/src/plotzoomer.cpp +++ b/gui/src/plotzoomer.cpp @@ -75,6 +75,7 @@ void PlotZoomer::cancelZoom() { delete m_rubberBand; m_rubberBand = nullptr; + plot()->repaint(); } void PlotZoomer::setEnabled(bool en)