Skip to content

Commit ab68297

Browse files
authored
fix: The newly dragged in stash container item is not displayed at the back (#1280)
need display at the back Log: as title Pms: BUG-288745
1 parent 3bcaa09 commit ab68297

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

panels/dock/tray/package/tray.qml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ AppletItem {
6262
return sourceModel.data(index, DDT.TraySortOrderModel.SectionTypeRole) === "stashed" &&
6363
sourceModel.data(index, DDT.TraySortOrderModel.VisibilityRole) === true
6464
}
65+
sortRole: DDT.TraySortOrderModel.VisualIndexRole
6566
}
6667
anchors.centerIn: parent
6768
onRowCountChanged: {

0 commit comments

Comments
 (0)