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 6692e6daad
commit 6744d4ad98

View File

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