mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-26 22:02:15 +01:00
fix attribute access
This commit is contained in:
parent
e4005578d7
commit
bcdc773522
1 changed files with 1 additions and 1 deletions
|
|
@ -87,7 +87,7 @@ class DictImmutableKeysWidget(BaseWidget):
|
|||
|
||||
if self.entity.is_dynamic_item:
|
||||
content_widget.setObjectName("DictAsWidgetBody")
|
||||
show_borders = str(int(self.show_borders))
|
||||
show_borders = str(int(self.entity.show_borders))
|
||||
content_widget.setProperty("show_borders", show_borders)
|
||||
content_layout_margins = (5, 5, 5, 5)
|
||||
main_layout_spacing = 5
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue