]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/kitemviews/private/kitemlistsmoothscroller.cpp
When renaming files, move to next file using tab key or up/down
[dolphin.git] / src / kitemviews / private / kitemlistsmoothscroller.cpp
index 1465361ed38846bd0f54498a6e87d620c10ddb20..f77d3df58d73e2a327ed17a93c4b1e48f051a797 100644 (file)
@@ -175,6 +175,9 @@ void KItemListSmoothScroller::slotAnimationStateChanged(QAbstractAnimation::Stat
     if (newState == QAbstractAnimation::Stopped && m_smoothScrolling && !m_scrollBarPressed) {
         m_smoothScrolling = false;
     }
+    if (newState == QAbstractAnimation::Stopped) {
+        Q_EMIT scrollingStopped();
+    }
 }
 
 void KItemListSmoothScroller::handleWheelEvent(QWheelEvent* event)