fix AllPlot zoom out with a call to setZoomBase

This commit is contained in:
Berend De Schouwer
2009-10-03 16:32:58 +02:00
committed by Sean Rhea
parent 7d1092e748
commit ff5da5cd33

View File

@@ -136,6 +136,7 @@ AllPlotWindow::setData(RideItem *ride)
{
setAllPlotWidgets(ride);
allPlot->setData(ride);
allZoomer->setZoomBase();
}
void