summaryrefslogtreecommitdiff
path: root/lsseteditor.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--lsseteditor.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lsseteditor.h b/lsseteditor.h
index 747f07d..0b09ca6 100644
--- a/lsseteditor.h
+++ b/lsseteditor.h
@@ -147,6 +147,7 @@ protected:
if (index == -1) {
m_setEditorWidget->setEnabled(false);
} else {
+ m_setEditorWidget->setEnabled(true);
TData &entry = (*m_data)[index];
m_typedSetEditorWidget->setCurrentEntry(entry);
}