mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-07-19 16:22:08 +08:00
cabana: clear zoom stack after reset zoom (#27716)
old-commit-hash: 2f954a50e3b34b8a38878bf8dbd37e359c0c6d3f
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