From 6744d4ad986ffd0b0288498bf77f1cfceddcb958 Mon Sep 17 00:00:00 2001 From: Berend De Schouwer Date: Sat, 3 Oct 2009 16:32:58 +0200 Subject: [PATCH] fix AllPlot zoom out with a call to setZoomBase --- src/AllPlotWindow.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/AllPlotWindow.cpp b/src/AllPlotWindow.cpp index a4061f58e..8927b6028 100644 --- a/src/AllPlotWindow.cpp +++ b/src/AllPlotWindow.cpp @@ -136,6 +136,7 @@ AllPlotWindow::setData(RideItem *ride) { setAllPlotWidgets(ride); allPlot->setData(ride); + allZoomer->setZoomBase(); } void