diff options
| author | Mikaël Capelle <capelle.mikael@gmail.com> | 2021-01-11 19:15:39 +0100 |
|---|---|---|
| committer | Mikaël Capelle <capelle.mikael@gmail.com> | 2021-01-11 19:15:39 +0100 |
| commit | 08520822eb91c065a0893da0e2e9d11574450208 (patch) | |
| tree | d137ce8d040e8b149876b4e986dd817e3d25e56a /src/modlistbypriorityproxy.cpp | |
| parent | e53905329a7a204ad0ad41600a9fb3040b942991 (diff) | |
Fix drop in separator and create mod in separator in descending priority.
Diffstat (limited to 'src/modlistbypriorityproxy.cpp')
| -rw-r--r-- | src/modlistbypriorityproxy.cpp | 3 |
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(); } |
