Merge branch 'Image_DragAndDrop' into 'master'

Fix bug #730 and #751 where DND images are loaded twice.

See merge request openlp/openlp!292
This commit is contained in:
Raoul Snyman 2021-01-30 06:03:05 +00:00
commit 44901c4cf5

View File

@ -378,6 +378,7 @@ class MediaManagerItem(QtWidgets.QWidget, RegistryProperties):
if new_file_paths:
if 'target' in data:
self.validate_and_load(new_file_paths, data['target'])
else:
self.validate_and_load(new_file_paths)
def dnd_move_internal(self, target):