SVN commit 1059446 by abizjak: Fix scrolling again M +2 -0 appletslist.cpp --- trunk/KDE/kdebase/workspace/libs/plasmagenericshell/widgetsExplorer/appletslist.cpp #1059445:1059446 @@ -541,6 +541,7 @@ m_firstItemIndex = nextFirstItemIndex; + m_slide->stop(); if (m_orientation == Qt::Horizontal) { m_slide->setProperty("movementDirection", Plasma::MoveLeft); } else { @@ -567,6 +568,7 @@ m_firstItemIndex = nextFirstItemIndex; + m_slide->stop(); if (m_orientation == Qt::Horizontal) { m_slide->setProperty("movementDirection", Plasma::MoveLeft); } else {