From 9458fc1fc86f38994a209f77671d82c9af23d9d7 Mon Sep 17 00:00:00 2001 From: Ly-sec Date: Sat, 8 Nov 2025 08:54:34 +0100 Subject: [PATCH] TrayMenuPanel: disable dragging --- Modules/Panels/Tray/TrayMenuPanel.qml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Modules/Panels/Tray/TrayMenuPanel.qml b/Modules/Panels/Tray/TrayMenuPanel.qml index e842f161..c55115c0 100644 --- a/Modules/Panels/Tray/TrayMenuPanel.qml +++ b/Modules/Panels/Tray/TrayMenuPanel.qml @@ -103,7 +103,7 @@ SmartPanel { id: subMenuFlickable anchors.fill: parent contentHeight: subMenuColumnLayout.implicitHeight - interactive: true + interactive: false z: 0 ColumnLayout { @@ -312,7 +312,7 @@ SmartPanel { Layout.preferredWidth: root.menuWidth Layout.fillHeight: true contentHeight: mainColumnLayout.implicitHeight - interactive: true + interactive: false visible: !(content.activeSubMenu !== null && content.inPlaceSubmenu) ColumnLayout {