Skip to content

list-base: Use correct order for dnd file list

Khalid Abu Shawarib requested to merge wip/kabus/dnd-selection-inv into main

In [1], the selection iteration that built the dnd file list was inverted, which caused the list to be inverted. Removing the old list inversion call will compensate for it.

[1] eabca038

Fixes: #3382 (closed)

Merge request reports