Fix two more badly-adapted instantiations of EditableList and make
[dcpomatic.git] / src / wx / metadata_dialog.cc
index b1c58a27e96616b0c4a92a80046a7e96263bc494..7e0d304f86f9541dfb7b62495f446e86de314a94 100644 (file)
@@ -207,7 +207,7 @@ MetadataDialog::setup_standard (wxPanel* panel, wxSizer* sizer)
                        }
                        return r.label;
                },
-               true,
+               EditableListTitle::VISIBLE,
                EditableListButton::NEW | EditableListButton::EDIT | EditableListButton::REMOVE
                );
        _ratings->SetMinSize(wxSize(600, -1));