From 911fdbc9e510d9f67d449f5baa07ae7e51ba3728 Mon Sep 17 00:00:00 2001 From: Fadi Shehadeh Date: Wed, 23 Apr 2025 14:54:05 -0400 Subject: [PATCH] frameless: fix participant overlay actions Fixed click actions on the overlay for group calls. Gitlab: #1990 Change-Id: I2331c6f8b34f0b2c2a89ecb52bb65c3563d50f17 --- src/app/mainview/components/ParticipantOverlay.qml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/app/mainview/components/ParticipantOverlay.qml b/src/app/mainview/components/ParticipantOverlay.qml index f605e8576..fc37d374b 100644 --- a/src/app/mainview/components/ParticipantOverlay.qml +++ b/src/app/mainview/components/ParticipantOverlay.qml @@ -72,6 +72,9 @@ Item { } } + QWKSetParentHitTestVisible { + } + TextMetrics { id: nameTextMetrics text: bestName