[apps/statistics] Repare histogram view controller

Change-Id: I5d8bbf7fd3b9508a22c4eaeecc8290c68842a5ed
This commit is contained in:
Émilie Feral
2017-02-27 13:43:12 +01:00
committed by Romain Goyet
parent 4f484ec26b
commit abfebdaa81
3 changed files with 5 additions and 6 deletions

View File

@@ -34,7 +34,7 @@ void Store::setBarWidth(float barWidth) {
if (barWidth <= 0.0f) {
return;
}
m_barWidth = barWidth;
m_barWidth = barWidth;
}
float Store::firstDrawnBarAbscissa() {