summaryrefslogtreecommitdiff
path: root/src/pluginlist.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/pluginlist.cpp')
-rw-r--r--src/pluginlist.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/pluginlist.cpp b/src/pluginlist.cpp
index d29ca585..df132287 100644
--- a/src/pluginlist.cpp
+++ b/src/pluginlist.cpp
@@ -643,12 +643,9 @@ bool PluginList::setData(const QModelIndex &index, const QVariant &value, int ro
if (role == Qt::CheckStateRole) {
m_ESPs[index.row()].m_Enabled = value.toInt() == Qt::Checked;
- emit layoutAboutToBeChanged();
-
refreshLoadOrder();
startSaveTime();
- emit layoutChanged();
return true;
} else {
return false;