The source project of this merge request has been removed.
Ignore scrolling by a value less than 1
If the value to scroll by is less than 1, it will become 0 after casting to an integer, which will cause the KItemListView::scrollingStopped() signal not to be sent.
Edited by Eugene Popov