diff --git a/src/gui/AllPlot.cpp b/src/gui/AllPlot.cpp index 6648d5576..e335ed5dc 100644 --- a/src/gui/AllPlot.cpp +++ b/src/gui/AllPlot.cpp @@ -124,7 +124,7 @@ AllPlot::recalc() //Figure out when and if we have a new interval.. if(lastInterval != interArray[i]) { lastInterval = interArray[i]; - interList.append(secs/60); + interList.append(secs/60.0); } ++i; }