mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-18 16:27:34 +01:00
[apps/shared] Add comment for selectNonHiddenCellAtClippedLocation
Change-Id: I0e0f7963274688facb467caa934f410e66c9f859
This commit is contained in:
committed by
Émilie Feral
parent
af32f33141
commit
ada369bf08
@@ -37,6 +37,7 @@ bool StoreSelectableTableView::selectNonHiddenCellAtClippedLocation(int i, int j
|
||||
if (j > 1 + numberOfPairsOfCurrentSeries) {
|
||||
j = 1 + numberOfPairsOfCurrentSeries;
|
||||
}
|
||||
// if negative, j will be clipped in selectCellAtClippedLocation
|
||||
return selectCellAtClippedLocation(i, j);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user