mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 00:44:52 +01:00
changed order of changes check
This commit is contained in:
parent
3e51791e17
commit
85ed78761e
1 changed files with 2 additions and 2 deletions
|
|
@ -2347,9 +2347,9 @@ class ModifiableDictItem(QtWidgets.QWidget, SettingObject):
|
||||||
if self._is_empty:
|
if self._is_empty:
|
||||||
return False
|
return False
|
||||||
return (
|
return (
|
||||||
self.is_value_modified()
|
self.is_key_modified()
|
||||||
or self.is_key_modified()
|
|
||||||
or self.is_key_label_modified()
|
or self.is_key_label_modified()
|
||||||
|
or self.is_value_modified()
|
||||||
)
|
)
|
||||||
|
|
||||||
def hierarchical_style_update(self):
|
def hierarchical_style_update(self):
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue