mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 00:37:25 +01:00
[apps/graph/values_controller] Split table into three pieces
This commit is contained in:
@@ -177,7 +177,7 @@ HighlightCell * ValuesController::reusableCell(int index, int type) {
|
||||
int ValuesController::reusableCellCount(int type) {
|
||||
switch (type) {
|
||||
case 0:
|
||||
return 1;
|
||||
return 3;
|
||||
case 1:
|
||||
return maxNumberOfFunctions();
|
||||
case 2:
|
||||
|
||||
Reference in New Issue
Block a user