diff options
| author | Jeremy Rimpo <jeremy.rimpo@servermonkey.com> | 2017-12-02 13:38:26 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-12-02 13:38:26 -0600 |
| commit | ffdc5ca7ccb24bc937ed5418b7a6e5a1b7d719dd (patch) | |
| tree | 66f9ecd51775c9e184b1679fc2d6fecc74fb1d8a /src/mainwindow.cpp | |
| parent | c55a923bb8b9b66661f32beed8445602400ef318 (diff) | |
| parent | e19597ee4e8d045d61bd6c4a85e280e500475ed6 (diff) | |
Merge pull request #133 from Silarn/mainline_dev
Final highlighting changes
Diffstat (limited to 'src/mainwindow.cpp')
| -rw-r--r-- | src/mainwindow.cpp | 2 |
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 ¤t, 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();
}
|
