[apps/graph] Use editable text menu list cell in float parameter

controller to enable editing parameter "inline"

Change-Id: Ibfb8134242ebdcdc8e17027f31196b94a537bd1b
This commit is contained in:
Émilie Feral
2016-12-05 11:27:48 +01:00
parent b0474c492c
commit 306d36ca69
6 changed files with 14 additions and 16 deletions

View File

@@ -5,7 +5,7 @@ namespace Graph {
GoToParameterController::GoToParameterController(Responder * parentResponder, GraphView * graphView) :
FloatParameterController(parentResponder),
m_abscisseCell(TextMenuListCell((char*)"x")),
m_abscisseCell(EditableTextMenuListCell((char*)"x")),
m_graphView(graphView),
m_function(nullptr)
{