diff --git a/apps/shared/store_selectable_table_view.cpp b/apps/shared/store_selectable_table_view.cpp index f7545ed4c..8ceb76f61 100644 --- a/apps/shared/store_selectable_table_view.cpp +++ b/apps/shared/store_selectable_table_view.cpp @@ -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); }