From ee11a8410c85ca5a8bd181cbe42cecffc826ac2f Mon Sep 17 00:00:00 2001 From: Andrey Zaharow Date: Mon, 19 Feb 2024 18:28:29 +0100 Subject: [PATCH] Fix cursor change when hover over elements --- client/ui/qml/Controls2/DrawerType2.qml | 1 + 1 file changed, 1 insertion(+) diff --git a/client/ui/qml/Controls2/DrawerType2.qml b/client/ui/qml/Controls2/DrawerType2.qml index 160ca09a5..5e6f785cc 100644 --- a/client/ui/qml/Controls2/DrawerType2.qml +++ b/client/ui/qml/Controls2/DrawerType2.qml @@ -84,6 +84,7 @@ Item { id: emptyArea anchors.fill: parent enabled: root.isExpanded + visible: enabled onClicked: { root.close() }