openlp-core team mailing list archive
-
openlp-core team
-
Mailing list archive
-
Message #00288
[Merge] lp:~meths/openlp/trivialfixes into lp:openlp
Jon Tibble has proposed merging lp:~meths/openlp/trivialfixes into lp:openlp.
Requested reviews:
openlp.org Core (openlp-core)
Fix DnD issue
--
https://code.launchpad.net/~meths/openlp/trivialfixes/+merge/11621
Your team openlp.org Core is subscribed to branch lp:openlp.
=== modified file 'openlp/core/lib/baselistwithdnd.py'
--- openlp/core/lib/baselistwithdnd.py 2009-06-27 15:33:03 +0000
+++ openlp/core/lib/baselistwithdnd.py 2009-09-11 19:05:09 +0000
@@ -47,6 +47,3 @@
drag.setMimeData(mimeData)
mimeData.setText(self.PluginName)
dropAction = drag.start(QtCore.Qt.CopyAction)
- if dropAction == QtCore.Qt.CopyAction:
- self.close()
-
Follow ups