From 08520822eb91c065a0893da0e2e9d11574450208 Mon Sep 17 00:00:00 2001 From: Mikaƫl Capelle Date: Mon, 11 Jan 2021 19:15:39 +0100 Subject: Fix drop in separator and create mod in separator in descending priority. --- src/modlistbypriorityproxy.cpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/modlistbypriorityproxy.cpp') diff --git a/src/modlistbypriorityproxy.cpp b/src/modlistbypriorityproxy.cpp index e6728942..eca7108c 100644 --- a/src/modlistbypriorityproxy.cpp +++ b/src/modlistbypriorityproxy.cpp @@ -104,9 +104,6 @@ void ModListByPriorityProxy::buildTree() std::make_move_iterator(backups.begin()), std::make_move_iterator(backups.end())); } - // we do not really care about their position in the root - // as long as those are not in a separator - endResetModel(); } -- cgit v1.3.1