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,7 +378,8 @@ class MediaManagerItem(QtWidgets.QWidget, RegistryProperties):
|
|||||||
if new_file_paths:
|
if new_file_paths:
|
||||||
if 'target' in data:
|
if 'target' in data:
|
||||||
self.validate_and_load(new_file_paths, data['target'])
|
self.validate_and_load(new_file_paths, data['target'])
|
||||||
self.validate_and_load(new_file_paths)
|
else:
|
||||||
|
self.validate_and_load(new_file_paths)
|
||||||
|
|
||||||
def dnd_move_internal(self, target):
|
def dnd_move_internal(self, target):
|
||||||
"""
|
"""
|
||||||
|
Loading…
Reference in New Issue
Block a user