From 8db5c2b3bdc78cd28070b8e3e197a70b5adcdcc9 Mon Sep 17 00:00:00 2001 From: wjyrich <1071633242@qq.com> Date: Fri, 9 May 2025 11:05:15 +0800 Subject: [PATCH] fix: cancel hovered state after move mouse in the categorized display. as title. pms-bug-271375 --- qml/windowed/AppListView.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qml/windowed/AppListView.qml b/qml/windowed/AppListView.qml index 1baf9ccc..2d509b07 100644 --- a/qml/windowed/AppListView.qml +++ b/qml/windowed/AppListView.qml @@ -165,7 +165,7 @@ FocusScope { anchors.rightMargin: 10 anchors.top: parent.top anchors.bottom: parent.bottom - visible: menuItem.down || menuItem.highlighted + visible: menuItem.down || menuItem.hovered outsideBorderColor: null insideBorderColor: null radius: 6