From d74435525bfcb17aebcba0dd5ce1834bdf327b91 Mon Sep 17 00:00:00 2001 From: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com> Date: Tue, 29 Jul 2025 19:19:05 +0200 Subject: [PATCH] fix signal handling on update --- client/ayon_core/tools/publisher/widgets/list_view_widgets.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/client/ayon_core/tools/publisher/widgets/list_view_widgets.py b/client/ayon_core/tools/publisher/widgets/list_view_widgets.py index 3440a91b6f..7d11746254 100644 --- a/client/ayon_core/tools/publisher/widgets/list_view_widgets.py +++ b/client/ayon_core/tools/publisher/widgets/list_view_widgets.py @@ -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(