[apps/sequence] Correct go to controller legend: "x"->"n"

Change-Id: I47615a5fb23274a54ff1eab7386a570738467e13
This commit is contained in:
Émilie Feral
2017-03-02 18:09:41 +01:00
committed by Romain Goyet
parent a615127946
commit 25ced2e158
6 changed files with 8 additions and 8 deletions

View File

@@ -4,9 +4,9 @@
namespace Shared {
GoToParameterController::GoToParameterController(Responder * parentResponder, InteractiveCurveViewRange * graphRange, CurveViewCursor * cursor) :
GoToParameterController::GoToParameterController(Responder * parentResponder, InteractiveCurveViewRange * graphRange, CurveViewCursor * cursor, const char * symbol) :
FloatParameterController(parentResponder),
m_abscisseCell(PointerTableCellWithEditableText(&m_selectableTableView, this, m_draftTextBuffer, (char*)"x")),
m_abscisseCell(PointerTableCellWithEditableText(&m_selectableTableView, this, m_draftTextBuffer, (char*)symbol)),
m_graphRange(graphRange),
m_cursor(cursor),
m_function(nullptr)