mirror of
https://github.com/dragonpilot/dragonpilot.git
synced 2026-07-10 23:42:06 +08:00
cabana: clear zoom stack after reset zoom (#27716)
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user