mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
fix signal handling on update
This commit is contained in:
parent
744d36042c
commit
d74435525b
1 changed files with 1 additions and 2 deletions
|
|
@ -295,8 +295,7 @@ class InstanceListItemWidget(QtWidgets.QWidget):
|
|||
|
||||
# Visually disable instance if parent is disabled
|
||||
checked = parent_enabled and self._instance_is_active
|
||||
if checked is not self._active_checkbox.isChecked():
|
||||
self._active_checkbox.setChecked(checked)
|
||||
self._set_checked(checked)
|
||||
|
||||
def _on_active_change(self):
|
||||
self.active_changed.emit(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue