[apps/graph/list] handle deleting functions from the parameter page

Change-Id: I34eff520f40ed5901011499c770c1b06d72b3cc7
This commit is contained in:
Émilie Feral
2016-09-22 15:08:07 +02:00
parent 82ea774621
commit ff70414108
3 changed files with 13 additions and 5 deletions

View File

@@ -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))
{
}