Skip to content

Commit

Permalink
PlotZoomer: fixed rectangle not updating on cancelZoom()
Browse files Browse the repository at this point in the history
Signed-off-by: Andrei Popa <[email protected]>
  • Loading branch information
andrei47w authored and AlexandraTrifan committed Sep 6, 2024
1 parent a5260da commit c5e542b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gui/src/plotzoomer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ void PlotZoomer::cancelZoom()
{
delete m_rubberBand;
m_rubberBand = nullptr;
plot()->repaint();
}

void PlotZoomer::setEnabled(bool en)
Expand Down

0 comments on commit c5e542b

Please sign in to comment.