[escher] Correct commit : Enable to draw the outline of cells in table

view

Change-Id: If2eadc0b9987678c0ccc56401bd46835d861a436
This commit is contained in:
Émilie Feral
2017-03-16 16:37:41 +01:00
parent 1b7f0d739d
commit b1fb4f5393
25 changed files with 39 additions and 38 deletions

View File

@@ -6,7 +6,7 @@ namespace Shared {
FunctionCurveParameterController::FunctionCurveParameterController(InteractiveCurveViewRange * graphRange, CurveViewCursor * cursor, I18n::Message symbol) :
ViewController(nullptr),
m_goToCell(MessageTableCellWithChevron(I18n::Message::Goto)),
m_selectableTableView(SelectableTableView(this, this, 1, Metric::CommonTopMargin, Metric::CommonRightMargin,
m_selectableTableView(SelectableTableView(this, this, 0, 1, Metric::CommonTopMargin, Metric::CommonRightMargin,
Metric::CommonBottomMargin, Metric::CommonLeftMargin)),
m_goToParameterController(GoToParameterController(this, graphRange, cursor, symbol)),
m_function(nullptr)