* Fixed possible range overflow
This commit is contained in:
@@ -1588,7 +1588,7 @@ begin
|
||||
end
|
||||
else if FShortCuts[0] <> nil then
|
||||
begin
|
||||
stepSize := FCount div 10;
|
||||
stepSize := FCount div 10 + 1;
|
||||
nextStep := stepSize;
|
||||
step := 0;
|
||||
shortcut := 1;
|
||||
|
||||
Reference in New Issue
Block a user