mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 00:37:25 +01:00
[apps/sequence/list] Enable to delete all sequences
Change-Id: I923a5461b81352730ed4cba182c851c53b4cd33e
This commit is contained in:
@@ -7,10 +7,10 @@ ListParameterController::ListParameterController(Responder * parentResponder, Fu
|
||||
ViewController(parentResponder),
|
||||
m_selectableTableView(SelectableTableView(this, this, Metric::TopMargin, Metric::RightMargin,
|
||||
Metric::BottomMargin, Metric::LeftMargin)),
|
||||
m_functionStore(functionStore),
|
||||
m_colorCell(ChevronMenuListCell((char*)"Couleur de la fonction")),
|
||||
m_enableCell(SwitchMenuListCell((char*)"Activer/Desactiver")),
|
||||
m_deleteCell(MenuListCell((char*)"Supprimer la fonction")),
|
||||
m_functionStore(functionStore)
|
||||
m_deleteCell(MenuListCell((char*)"Supprimer la fonction"))
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user