mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-25 08:41:01 +01:00
[escher] Fix error in list view data source
This commit is contained in:
committed by
EmilieNumworks
parent
faac0d7a58
commit
a8b3fbbe5e
@@ -20,6 +20,9 @@ void ListViewDataSource::willDisplayCellForIndex(HighlightCell * cell, int index
|
||||
}
|
||||
|
||||
KDCoordinate ListViewDataSource::cumulatedWidthFromIndex(int i) {
|
||||
if (i == 1) {
|
||||
return cellWidth();
|
||||
}
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user