summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/wx/editable_list.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wx/editable_list.h b/src/wx/editable_list.h
index d53da6cbe..c64c09481 100644
--- a/src/wx/editable_list.h
+++ b/src/wx/editable_list.h
@@ -78,7 +78,7 @@ public:
SetSizer (_sizer);
long style = wxLC_REPORT | wxLC_SINGLE_SEL;
- if (title) {
+ if (!title) {
style |= wxLC_NO_HEADER;
}