summaryrefslogtreecommitdiff
path: root/lsseteditor.h
diff options
context:
space:
mode:
authorTreeki <treeki@gmail.com>2012-09-06 06:05:52 +0200
committerTreeki <treeki@gmail.com>2012-09-06 06:05:52 +0200
commitbe8b56a7f0a8f6ba5456a099b61d032fd8aa2f61 (patch)
treef9ff07b4f67b6e1839bb551ecd93dae60a9d7861 /lsseteditor.h
parent5db787d8b88e214c89b8e02eaf619d18914e8571 (diff)
downloadLayoutStudio-master.tar.gz
LayoutStudio-master.zip
unfinished TEV stage editor. this is awful mind-numbing work :(HEADmaster
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);
}