[SCM] ktp-contact-list packaging branch, master, updated. debian/15.12.1-2-1070-g6c56f91

Maximiliano Curia maxy at moszumanska.debian.org
Sat May 28 00:12:08 UTC 2016


Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/ktp-contact-list.git;a=commitdiff;h=5e84289

The following commit has been merged in the master branch:
commit 5e84289ecd5a2433e75d8ed85c99188564c6796c
Author: David Edmundson <kde at davidedmundson.co.uk>
Date:   Tue Jan 22 13:11:21 2013 +0000

    Scroll when dragging contacts
    
    As we override the drag+drop of the contact list the default scrolling in drag move event was not called.
    This patch fixes that
    
    BUG: 304094
    Reviewed-by: Martin Klapetek
---
 contact-list-widget.cpp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/contact-list-widget.cpp b/contact-list-widget.cpp
index 032de48..49a6782 100644
--- a/contact-list-widget.cpp
+++ b/contact-list-widget.cpp
@@ -779,6 +779,7 @@ void ContactListWidget::dragMoveEvent(QDragMoveEvent *event)
     } else {
         event->ignore();
     }
+    QAbstractItemView::dragMoveEvent(event);
 }
 
 void ContactListWidget::dragLeaveEvent(QDragLeaveEvent *event)

-- 
ktp-contact-list packaging



More information about the pkg-kde-commits mailing list