mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 00:37:25 +01:00
[apps/stats] Fix the display of the last empty row in store
Before, it appeared when it shouldn't
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user