summaryrefslogtreecommitdiff
path: root/src/pluginlistview.cpp
diff options
context:
space:
mode:
authorJonathan Feenstra <26406078+JonathanFeenstra@users.noreply.github.com>2024-10-12 13:37:58 +0200
committerGitHub <noreply@github.com>2024-10-12 13:37:58 +0200
commitb6de58f2d348e89f0d75f10b9c84312cd0d3a6e5 (patch)
tree8c90b6479ed2f5a05021cc6a10f7abc15d266cb4 /src/pluginlistview.cpp
parent75e24cd92652640241eb3e9a789950e5fa8fa99a (diff)
Highlight masters of selected plugins (#2140)
Diffstat (limited to 'src/pluginlistview.cpp')
-rw-r--r--src/pluginlistview.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/pluginlistview.cpp b/src/pluginlistview.cpp
index 8b34f75d..49eb87dc 100644
--- a/src/pluginlistview.cpp
+++ b/src/pluginlistview.cpp
@@ -233,6 +233,8 @@ void PluginListView::setup(OrganizerCore& core, MainWindow* mw, Ui::MainWindow*
pluginIndices.push_back(idx.row());
}
mwui->modList->setHighlightedMods(pluginIndices);
+ m_core->pluginList()->highlightMasters(pluginIndices);
+ verticalScrollBar()->repaint();
});
// using a lambda here to avoid storing the mod list actions