[escher] Extrude scroll view model to its delegate

Change-Id: If863de63f5f77edb5e2905633067e03aecdd8937
This commit is contained in:
Émilie Feral
2017-04-28 14:05:32 +02:00
parent 3f98061a4c
commit 0517066cc0
42 changed files with 148 additions and 111 deletions

View File

@@ -100,7 +100,7 @@ int ParametersController::numberOfRows() {
void ParametersController::willDisplayCellForIndex(HighlightCell * cell, int index) {
if (index == numberOfRows()-1) {
if (m_selectableTableView->selectedRow() != numberOfRows()-1) {
if (selectedRow() != numberOfRows()-1) {
cell->setHighlighted(false);
}
return;