diff options
Diffstat (limited to 'src/pluginlistview.cpp')
| -rw-r--r-- | src/pluginlistview.cpp | 2 |
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 |
