[apps/stats] Fix the display of the last empty row in store

Before, it appeared when it shouldn't
This commit is contained in:
Léa Saviot
2018-05-28 16:10:48 +02:00
parent 4e9767b3c9
commit b99cd21660

View File

@@ -169,7 +169,7 @@ int StoreController::numberOfElements() {
}
int StoreController::maxNumberOfElements() const {
return FloatPairStore::k_numberOfSeries * FloatPairStore::k_maxNumberOfPairs;
return FloatPairStore::k_maxNumberOfPairs;
}
View * StoreController::loadView() {