mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
fix drop files in files widget
This commit is contained in:
parent
1c775b382f
commit
9ae5474a92
1 changed files with 2 additions and 1 deletions
|
|
@ -641,5 +641,6 @@ class SingleFileWidget(QtWidgets.QWidget):
|
|||
filepaths.append(filepath)
|
||||
# TODO filter check
|
||||
if len(filepaths) == 1:
|
||||
self.set_value(filepaths[0], False)
|
||||
self._filepath_input.setText(filepaths[0])
|
||||
|
||||
event.accept()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue