summaryrefslogtreecommitdiff
path: root/src/mainwindow.cpp
diff options
context:
space:
mode:
authorJeremy Rimpo <jeremy.rimpo@servermonkey.com>2017-12-02 13:38:26 -0600
committerGitHub <noreply@github.com>2017-12-02 13:38:26 -0600
commitffdc5ca7ccb24bc937ed5418b7a6e5a1b7d719dd (patch)
tree66f9ecd51775c9e184b1679fc2d6fecc74fb1d8a /src/mainwindow.cpp
parentc55a923bb8b9b66661f32beed8445602400ef318 (diff)
parente19597ee4e8d045d61bd6c4a85e280e500475ed6 (diff)
Merge pull request #133 from Silarn/mainline_dev
Final highlighting changes
Diffstat (limited to 'src/mainwindow.cpp')
-rw-r--r--src/mainwindow.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp
index 84860767..cdc32918 100644
--- a/src/mainwindow.cpp
+++ b/src/mainwindow.cpp
@@ -2126,7 +2126,7 @@ void MainWindow::modlistSelectionChanged(const QModelIndex &current, const QMode
void MainWindow::modlistSelectionsChanged(const QItemSelection &selected)
{
- m_OrganizerCore.pluginList()->highlightPlugins(selected, *m_OrganizerCore.directoryStructure());
+ m_OrganizerCore.pluginList()->highlightPlugins(selected, *m_OrganizerCore.directoryStructure(), *m_OrganizerCore.currentProfile());
ui->espList->verticalScrollBar()->repaint();
}