mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-21 06:40:37 +01:00
[apps] Factorize scrolling speed for long repetition
Change-Id: I5fcfaf04e418942664641c4b1cd044cda7f5aebb
This commit is contained in:
committed by
Émilie Feral
parent
241a217f58
commit
b60c67ff88
@@ -64,7 +64,7 @@ bool CalculationGraphController::handleEnter() {
|
||||
return true;
|
||||
}
|
||||
|
||||
bool CalculationGraphController::moveCursorHorizontally(int direction, bool fast) {
|
||||
bool CalculationGraphController::moveCursorHorizontally(int direction, int scrollspeed) {
|
||||
if (!m_isActive) {
|
||||
return false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user