From: Peter Penz Date: Sun, 7 Dec 2008 14:11:48 +0000 (+0000) Subject: stop the autoscrolling when receiving a drop event X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/commitdiff_plain/4241557e7aedac7f4726c35eb13646d074c252d1 stop the autoscrolling when receiving a drop event svn path=/trunk/KDE/kdebase/apps/; revision=893896 --- diff --git a/src/dolphinviewautoscroller.cpp b/src/dolphinviewautoscroller.cpp index bbcf16ac3..de5e1e71f 100644 --- a/src/dolphinviewautoscroller.cpp +++ b/src/dolphinviewautoscroller.cpp @@ -72,6 +72,7 @@ bool DolphinViewAutoScroller::eventFilter(QObject* watched, QEvent* event) triggerAutoScroll(); break; + case QEvent::Drop: case QEvent::DragLeave: m_rubberBandSelection = false; stopAutoScroll();