mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
fix parenting of experimental tools
This commit is contained in:
parent
5cdadc5b7c
commit
91ee0777a3
1 changed files with 3 additions and 1 deletions
|
|
@ -81,7 +81,9 @@ class ExperimentalToolsDialog(QtWidgets.QDialog):
|
|||
tool_btns_layout.addWidget(separator_widget, 0)
|
||||
tool_btns_layout.addWidget(tool_btns_label, 0)
|
||||
|
||||
experimental_tools = ExperimentalTools()
|
||||
experimental_tools = ExperimentalTools(
|
||||
parent=parent, filter_hosts=True
|
||||
)
|
||||
|
||||
# Main layout
|
||||
layout = QtWidgets.QVBoxLayout(self)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue