From 9133c078c71118d0da07e37f63f4161d06490c15 Mon Sep 17 00:00:00 2001 From: Philip Ridout Date: Sat, 12 Nov 2016 11:50:06 +0000 Subject: [PATCH] Pep againbzr pushbzr push --- openlp/core/ui/lib/listwidgetwithdnd.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openlp/core/ui/lib/listwidgetwithdnd.py b/openlp/core/ui/lib/listwidgetwithdnd.py index daf374ea9..de601fa13 100644 --- a/openlp/core/ui/lib/listwidgetwithdnd.py +++ b/openlp/core/ui/lib/listwidgetwithdnd.py @@ -85,7 +85,7 @@ class ListWidgetWithDnD(QtWidgets.QListWidget): """ if event.mimeData().hasUrls(): event.accept() - else: + else: event.ignore() def dragMoveEvent(self, event):