diff --git a/client/ayon_core/tools/launcher/ui/actions_widget.py b/client/ayon_core/tools/launcher/ui/actions_widget.py index 25789054e1..57d657e5d5 100644 --- a/client/ayon_core/tools/launcher/ui/actions_widget.py +++ b/client/ayon_core/tools/launcher/ui/actions_widget.py @@ -71,7 +71,6 @@ class ActionVariantWidget(QtWidgets.QFrame): def __init__(self, item_id, label, has_settings, parent): super().__init__(parent) - self.setMouseTracking(True) label_widget = QtWidgets.QLabel(label, self) settings_btn = None