Skip to content
Commit 04cf99e0 authored by Laurent Montel's avatar Laurent Montel
Browse files

Fix Bug 259358 - Re-ordering folders via drag & drop not working anymore

Order was not good because we looked at "row" but it's not the real order
The real order is defined by lessThan

=> create a temporary QMap to order list and create real order.

FIXED-IN: 4.8.1
BUG: 259358
(cherry picked from commit cfe5c509)
parent b4809337
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment