mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-24 08:10:50 +01:00
[apps/graph/list] handle deleting functions from the parameter page
Change-Id: I34eff520f40ed5901011499c770c1b06d72b3cc7
This commit is contained in:
@@ -7,7 +7,7 @@ ListController::ListController(Responder * parentResponder, Graph::FunctionStore
|
||||
m_activeCell(-1),
|
||||
m_manualScrolling(0),
|
||||
m_functionStore(functionStore),
|
||||
m_parameterController(ParameterController(this))
|
||||
m_parameterController(ParameterController(this, functionStore))
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user