mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-27 01:29:58 +01:00
[apps/sequence] Change name: addCells->setExtraCells
Change-Id: I1d19283fe2997668e78e91881f31f28efcbffe66
This commit is contained in:
committed by
Romain Goyet
parent
695c8812bb
commit
78de0de16a
@@ -31,7 +31,7 @@ Toolbox * ListController::toolboxForTextField(TextField * textField) {
|
||||
if (sequenceDefinition == 0) {
|
||||
recurrenceDepth = sequence->numberOfElements()-1;
|
||||
}
|
||||
m_sequenceToolbox.addCells(sequence->name(), recurrenceDepth);
|
||||
m_sequenceToolbox.setExtraCells(sequence->name(), recurrenceDepth);
|
||||
return &m_sequenceToolbox;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user