summaryrefslogtreecommitdiff
path: root/src/modlist.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/modlist.cpp')
-rw-r--r--src/modlist.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/modlist.cpp b/src/modlist.cpp
index 680e0af5..e70e3c31 100644
--- a/src/modlist.cpp
+++ b/src/modlist.cpp
@@ -294,6 +294,7 @@ bool ModList::renameMod(int index, const QString &newName)
emit modRenamed(oldName, newName);
// invalidate the currently displayed state of this list
+#pragma message("why is this necessary? It unselects the current selection")
notifyChange(-1);
return true;
}