forked from openlp/openlp
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:
commit
44901c4cf5
@ -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):
|
||||
|
Loading…
Reference in New Issue
Block a user