cabana: clear zoom stack after reset zoom (#27716)

pull/27717/head^2
Dean Lee 2 years ago committed by GitHub
parent 1853d6f40e
commit 2f954a50e3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      tools/cabana/chartswidget.cc

@ -145,6 +145,7 @@ void ChartsWidget::zoomIn(double min, double max) {
void ChartsWidget::zoomReset() {
setZoom(display_range.first, display_range.second);
zoom_stack.clear();
}
void ChartsWidget::zoomUndo() {

Loading…
Cancel
Save