diff options
| author | Al12rs <gabriel.cortesi@outlook.com> | 2018-11-01 16:20:53 +0100 |
|---|---|---|
| committer | Al12rs <gabriel.cortesi@outlook.com> | 2018-11-01 16:20:53 +0100 |
| commit | 73842ee245a09fe4ead0e1a2a5f778d89f0a8039 (patch) | |
| tree | b0e805c0d7c5f0ef7ef3edd49db81a08966b0c76 /src/pluginlist.cpp | |
| parent | 122744454c9befc06b582a8f0feb03bfbb85aa71 (diff) | |
Added ability to change color of conflict and plugin highlighting from the settings.
Diffstat (limited to 'src/pluginlist.cpp')
| -rw-r--r-- | src/pluginlist.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pluginlist.cpp b/src/pluginlist.cpp index 8f714afd..d56a4bde 100644 --- a/src/pluginlist.cpp +++ b/src/pluginlist.cpp @@ -936,7 +936,7 @@ QVariant PluginList::data(const QModelIndex &modelIndex, int role) const } else if (role == Qt::BackgroundRole
|| (role == ViewMarkingScrollBar::DEFAULT_ROLE)) {
if (m_ESPs[index].m_ModSelected) {
- return QColor(0, 0, 255, 64);
+ return Settings::instance().pluginListContainedColor();
} else {
return QVariant();
}
|
