Revision 02e4123...

Go back to digest for 28th July 2013

Bug Fixes in KDE Base

Frank Reininghaus committed changes in [kde-baseapps/KDE/4.11] dolphin/src/kitemviews/private/kitemlistsmoothscroller.cpp:

Do not try to smooth-scroll past the end of the view

KItemListSmoothScroller::scrollTo(qreal position) did not check if
'position' is a valid value. Even if the view is scrolled to the bottom
already, it tried to scroll further and activated "smooth scrolling"
when the mouse wheel is used. Because it never got out of the "smooth
scrolling" state then, it got confused when changing the directory, and
restoring the correct scroll offset could fail.


FIXED-IN: 4.11.0
REVIEW: 111557

File Changes

Modified 1 files
  • dolphin/src/kitemviews/private/kitemlistsmoothscroller.cpp
1 files changed in total