Skip to content

Ignore scrolling by a value less than 1

Eugene Popov requested to merge (removed):scroll_offset into release/21.12

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.

BUG: 447215

Edited by Eugene Popov

Merge request reports