mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 00:37:25 +01:00
[escher] Extrude scroll view model to its delegate
Change-Id: If863de63f5f77edb5e2905633067e03aecdd8937
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user