mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 00:44:52 +01:00
add_row also set entity value
This commit is contained in:
parent
ba51fa4c01
commit
aca782aaa2
1 changed files with 1 additions and 0 deletions
|
|
@ -99,6 +99,7 @@ class ListItem(QtWidgets.QWidget):
|
|||
self.content_layout = layout
|
||||
|
||||
self.input_field = self.create_ui_for_entity(self.entity, self)
|
||||
self.input_field.set_entity_value()
|
||||
|
||||
spacer_widget = QtWidgets.QWidget(self)
|
||||
spacer_widget.setAttribute(QtCore.Qt.WA_TranslucentBackground)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue