diff options
| author | Mikaël Capelle <capelle.mikael@gmail.com> | 2020-12-31 00:06:12 +0100 |
|---|---|---|
| committer | Mikaël Capelle <capelle.mikael@gmail.com> | 2021-01-02 15:38:17 +0100 |
| commit | fb52a129b3a878511cf754daed433d9a789689c8 (patch) | |
| tree | e2505bca8317aa78a40ef3706b209cb0855bcf04 /src/modlistview.cpp | |
| parent | e8c2d9cd29967be928b8649fd580a3be9cae3684 (diff) | |
More stuff moved to mod list context.
Diffstat (limited to 'src/modlistview.cpp')
| -rw-r--r-- | src/modlistview.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modlistview.cpp b/src/modlistview.cpp index f8192758..8c826882 100644 --- a/src/modlistview.cpp +++ b/src/modlistview.cpp @@ -575,7 +575,7 @@ bool ModListView::moveSelection(int key) offset = -offset;
}
- m_core->modList()->shiftMods(sourceRows, offset);
+ m_core->modList()->shiftModsPriority(sourceRows, offset);
// reset the selection and the index
setCurrentIndex(indexModelToView(cindex));
|
