mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
add select item to projects combobox
This commit is contained in:
parent
b374bf7eae
commit
f86874df3d
1 changed files with 1 additions and 0 deletions
|
|
@ -496,6 +496,7 @@ class ContextDialog(QtWidgets.QDialog):
|
||||||
parent=left_side_widget,
|
parent=left_side_widget,
|
||||||
handle_expected_selection=True
|
handle_expected_selection=True
|
||||||
)
|
)
|
||||||
|
project_combobox.set_select_item_visible(True)
|
||||||
|
|
||||||
# Assets widget
|
# Assets widget
|
||||||
folders_widget = FoldersWidget(
|
folders_widget = FoldersWidget(
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue