From e693d84608bad1dafaa2d2e19188ac4b27ce7fe3 Mon Sep 17 00:00:00 2001 From: zhaoyingzhen Date: Sun, 28 Sep 2025 14:15:18 +0800 Subject: [PATCH] fix: The newly dragged in stash container item is not displayed at the back need display at the back Log: as title Pms: BUG-288745 --- panels/dock/tray/package/tray.qml | 1 + 1 file changed, 1 insertion(+) diff --git a/panels/dock/tray/package/tray.qml b/panels/dock/tray/package/tray.qml index 2c9afa7bc..63b672c1b 100644 --- a/panels/dock/tray/package/tray.qml +++ b/panels/dock/tray/package/tray.qml @@ -62,6 +62,7 @@ AppletItem { return sourceModel.data(index, DDT.TraySortOrderModel.SectionTypeRole) === "stashed" && sourceModel.data(index, DDT.TraySortOrderModel.VisibilityRole) === true } + sortRole: DDT.TraySortOrderModel.VisualIndexRole } anchors.centerIn: parent onRowCountChanged: {