[escher] in menu list cell, change name contentView->accessoryView

Change-Id: Ide0ce134f83b6b491b66bc6df9900a1928888a8a
This commit is contained in:
Émilie Feral
2016-11-10 11:25:59 +01:00
parent af6a1c7046
commit 3ccc240d05
11 changed files with 37 additions and 37 deletions

View File

@@ -83,7 +83,7 @@ KDCoordinate FunctionParameterController::cellHeight() {
void FunctionParameterController::willDisplayCellForIndex(TableViewCell * cell, int index) {
if (cell == &m_displayDerivativeColumn) {
SwitchView * switchView = (SwitchView *)m_displayDerivativeColumn.contentView();
SwitchView * switchView = (SwitchView *)m_displayDerivativeColumn.accessoryView();
switchView->setState(m_function->displayDerivative());
}
}