mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 00:37:25 +01:00
[ion] Remove unused function and rename longRepetitionScrollSpeed
Change-Id: I11268eb34060c74eb8770ba0eb999f84737c76d8
This commit is contained in:
committed by
Émilie Feral
parent
70cd166da5
commit
af32f33141
@@ -9,7 +9,7 @@ StoreSelectableTableView::StoreSelectableTableView(DoublePairStore * store, Resp
|
||||
}
|
||||
|
||||
bool StoreSelectableTableView::handleEvent(Ion::Events::Event event) {
|
||||
int step = Ion::Events::longRepetitionScrollSpeed();
|
||||
int step = Ion::Events::repetitionFactor();
|
||||
if (event == Ion::Events::Down) {
|
||||
return selectNonHiddenCellAtClippedLocation(selectedColumn(), selectedRow() + step);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user