diff options
| author | Carl Hetherington <cth@carlh.net> | 2022-03-20 21:47:09 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2022-03-20 21:47:09 +0100 |
| commit | 7b3afdd54cf67c38686f2ff7901fbba4513b5fef (patch) | |
| tree | 8215ff7f2d3d4bc87a22b40c02e45a9b658f02e3 | |
| parent | 2b0cf17f9a20729f8d43541ee405164b3806c038 (diff) | |
Remove unnecessary heading in email address list in cinema dialogue.
| -rw-r--r-- | src/wx/cinema_dialog.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wx/cinema_dialog.cc b/src/wx/cinema_dialog.cc index 0e684334f..659d334a2 100644 --- a/src/wx/cinema_dialog.cc +++ b/src/wx/cinema_dialog.cc @@ -71,7 +71,7 @@ CinemaDialog::CinemaDialog (wxWindow* parent, wxString title, string name, list< _email_list = new EditableList<string, EmailDialog> ( this, columns, bind (&CinemaDialog::get_emails, this), bind (&CinemaDialog::set_emails, this, _1), [](string s, int) { return s; - } + }, true, false ); sizer->Add (_email_list, wxGBPosition(r, 0), wxGBSpan(1, 2), wxEXPAND); |
