mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
changed how is modified happens when item used as widget
This commit is contained in:
parent
b94ca1f2d2
commit
633195d3b1
1 changed files with 1 additions and 1 deletions
|
|
@ -789,7 +789,7 @@ class InputObject(SettingObject):
|
|||
False,
|
||||
self._is_invalid,
|
||||
False,
|
||||
self._is_modified
|
||||
self.is_modified
|
||||
)
|
||||
else:
|
||||
state = self.style_state(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue