From d73d9307035ce751da442484cd6e23c8167393b7 Mon Sep 17 00:00:00 2001 From: Mikaƫl Capelle Date: Sat, 16 Jan 2021 16:21:59 +0100 Subject: Maintain selection when changing priority manually. --- src/modlistview.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/modlistview.h') diff --git a/src/modlistview.h b/src/modlistview.h index 122bf2f1..39099cf7 100644 --- a/src/modlistview.h +++ b/src/modlistview.h @@ -182,6 +182,8 @@ protected slots: void onFiltersCriteria(const std::vector& filters); void onProfileChanged(Profile* oldProfile, Profile* newProfile); + void commitData(QWidget* editor) override; + private: friend class ModConflictIconDelegate; -- cgit v1.3.1