mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 00:37:25 +01:00
[apps] In sequence: enable to change initial sequence index
This commit is contained in:
committed by
EmilieNumworks
parent
967e963657
commit
509ee874b4
@@ -3,10 +3,10 @@
|
||||
|
||||
namespace Shared {
|
||||
|
||||
ListParameterController::ListParameterController(Responder * parentResponder, FunctionStore * functionStore, I18n::Message functionColorMessage, I18n::Message deleteFunctionMessage) :
|
||||
ListParameterController::ListParameterController(Responder * parentResponder, FunctionStore * functionStore, I18n::Message functionColorMessage, I18n::Message deleteFunctionMessage, SelectableTableViewDelegate * tableDelegate) :
|
||||
ViewController(parentResponder),
|
||||
m_selectableTableView(this, this, 0, 1, Metric::CommonTopMargin, Metric::CommonRightMargin,
|
||||
Metric::CommonBottomMargin, Metric::CommonLeftMargin, this),
|
||||
Metric::CommonBottomMargin, Metric::CommonLeftMargin, this, tableDelegate),
|
||||
m_functionStore(functionStore),
|
||||
m_function(nullptr),
|
||||
#if FUNCTION_COLOR_CHOICE
|
||||
|
||||
Reference in New Issue
Block a user