summaryrefslogtreecommitdiff
path: root/src/modlistbypriorityproxy.cpp
diff options
context:
space:
mode:
authorMikaël Capelle <capelle.mikael@gmail.com>2021-01-11 19:15:39 +0100
committerMikaël Capelle <capelle.mikael@gmail.com>2021-01-11 19:15:39 +0100
commit08520822eb91c065a0893da0e2e9d11574450208 (patch)
treed137ce8d040e8b149876b4e986dd817e3d25e56a /src/modlistbypriorityproxy.cpp
parente53905329a7a204ad0ad41600a9fb3040b942991 (diff)
Fix drop in separator and create mod in separator in descending priority.
Diffstat (limited to 'src/modlistbypriorityproxy.cpp')
-rw-r--r--src/modlistbypriorityproxy.cpp3
1 files changed, 0 insertions, 3 deletions
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();
}