[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

@@ -3,12 +3,12 @@
namespace Shared {
FunctionCurveParameterController::FunctionCurveParameterController(InteractiveCurveViewRange * graphRange, CurveViewCursor * cursor) :
FunctionCurveParameterController::FunctionCurveParameterController(InteractiveCurveViewRange * graphRange, CurveViewCursor * cursor, const char * symbol) :
ViewController(nullptr),
m_goToCell(PointerTableCellWithChevron((char*)"Aller a")),
m_selectableTableView(SelectableTableView(this, this, Metric::CommonTopMargin, Metric::CommonRightMargin,
Metric::CommonBottomMargin, Metric::CommonLeftMargin)),
m_goToParameterController(GoToParameterController(this, graphRange, cursor)),
m_goToParameterController(GoToParameterController(this, graphRange, cursor, symbol)),
m_function(nullptr)
{
}