mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 08:47:28 +01:00
[apps/graph][graph/sequence][graph/shared] Change constant names: add
"displayable" when adequate
This commit is contained in:
committed by
LeaNumworks
parent
a19edb4460
commit
b40c89cae8
@@ -28,7 +28,7 @@ ValuesController::ValuesController(Responder * parentResponder, InputEventHandle
|
||||
return true;
|
||||
}, this), k_font)
|
||||
{
|
||||
for (int i = 0; i < k_maxNumberOfSequences; i++) {
|
||||
for (int i = 0; i < k_maxNumberOfDisplayableSequences; i++) {
|
||||
m_sequenceTitleCells[i].setOrientation(Shared::FunctionTitleCell::Orientation::HorizontalIndicator);
|
||||
}
|
||||
setupSelectableTableViewAndCells(inputEventHandlerDelegate);
|
||||
|
||||
Reference in New Issue
Block a user