Fix DnD issue

This commit is contained in:
Jon Tibble 2009-09-11 20:05:09 +01:00
parent 50de32e882
commit e0427f8254
1 changed files with 0 additions and 3 deletions

View File

@ -47,6 +47,3 @@ class BaseListWithDnD(QtGui.QListWidget):
drag.setMimeData(mimeData)
mimeData.setText(self.PluginName)
dropAction = drag.start(QtCore.Qt.CopyAction)
if dropAction == QtCore.Qt.CopyAction:
self.close()