mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 00:44:52 +01:00
trigger creation on enter press
This commit is contained in:
parent
2427add562
commit
5de4fa2cf4
1 changed files with 1 additions and 0 deletions
|
|
@ -166,6 +166,7 @@ class CreateDialog(QtWidgets.QDialog):
|
|||
layout.addWidget(create_btn, 0)
|
||||
|
||||
create_btn.clicked.connect(self._on_create)
|
||||
variant_input.returnPressed.connect(self._on_create)
|
||||
family_view.selectionModel().currentChanged.connect(
|
||||
self._on_family_change
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue