mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
fix attribute access
This commit is contained in:
parent
748f84b600
commit
953ff9eedb
1 changed files with 1 additions and 1 deletions
|
|
@ -92,7 +92,7 @@ class CollapsibleWrapper(WrapperWidget):
|
|||
self.content_layout = content_layout
|
||||
|
||||
if self.collapsible:
|
||||
if not self.entity.collapsed:
|
||||
if not self.collapsed:
|
||||
body_widget.toggle_content()
|
||||
else:
|
||||
body_widget.hide_toolbox(hide_content=False)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue