From b1e4598fbd6c044a101252ee709175934b9fd64c Mon Sep 17 00:00:00 2001 From: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com> Date: Wed, 21 May 2025 19:35:58 +0200 Subject: [PATCH] remove duplicated animation start --- client/ayon_core/tools/launcher/ui/actions_widget.py | 1 - 1 file changed, 1 deletion(-) diff --git a/client/ayon_core/tools/launcher/ui/actions_widget.py b/client/ayon_core/tools/launcher/ui/actions_widget.py index 3d96b90b6e..fca27e3b6e 100644 --- a/client/ayon_core/tools/launcher/ui/actions_widget.py +++ b/client/ayon_core/tools/launcher/ui/actions_widget.py @@ -510,7 +510,6 @@ class ActionsWidget(QtWidgets.QWidget): self._controller.trigger_action(*args) self._start_animation(index) - self._start_animation(index) def _show_menu_on_group(self, action_id): action_items = self._model.get_group_items(action_id)