mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
fix dictinary value changed
This commit is contained in:
parent
5ba7a45235
commit
22adf6f9e3
1 changed files with 2 additions and 0 deletions
|
|
@ -861,6 +861,8 @@ class DictExpandWidget(QtWidgets.QWidget, PypeConfigurationWidget):
|
|||
def _on_value_change(self, value=None):
|
||||
self.is_overriden = True
|
||||
|
||||
self.value_changed.emit()
|
||||
|
||||
self._update_style()
|
||||
|
||||
def _update_style(self):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue