mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 21:32:15 +01:00
simplified condition
This commit is contained in:
parent
3bb15ac9a5
commit
12de5bdb5f
1 changed files with 1 additions and 1 deletions
|
|
@ -2217,7 +2217,7 @@ class ModifiableDict(QtWidgets.QWidget, InputObject):
|
|||
self.content_widget = content_widget
|
||||
self.content_layout = content_layout
|
||||
|
||||
if not as_widget and body_widget:
|
||||
if body_widget:
|
||||
collapsable = input_data.get("collapsable", True)
|
||||
if collapsable:
|
||||
collapsed = input_data.get("collapsed", True)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue