mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
use 'open_current_requested' signal instead of missing 'save_as_requested'
This commit is contained in:
parent
c3d6ce0105
commit
1dfdeacd04
1 changed files with 1 additions and 1 deletions
|
|
@ -334,7 +334,7 @@ class WorkAreaFilesWidget(QtWidgets.QWidget):
|
|||
|
||||
def _on_mouse_double_click(self, event):
|
||||
if event.button() == QtCore.Qt.LeftButton:
|
||||
self.save_as_requested.emit()
|
||||
self.open_current_requested.emit()
|
||||
|
||||
def _on_context_menu(self, point):
|
||||
index = self._view.indexAt(point)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue