Fix two more badly-adapted instantiations of EditableList and make
[dcpomatic.git] / src / wx / screen_dialog.cc
index 58ea8a3285119a184a2d9441a30a081c25bd44d6..38e6a85bfff392c885a6c9d0869cfe664480484a 100644 (file)
@@ -178,8 +178,8 @@ ScreenDialog::ScreenDialog (
                [] (TrustedDevice const& d, int) {
                        return d.thumbprint();
                },
-               EditableListButton::NEW | EditableListButton::EDIT | EditableListButton::REMOVE,
-               false
+               EditableListTitle::INVISIBLE,
+               EditableListButton::NEW | EditableListButton::EDIT | EditableListButton::REMOVE
                );
 
        _sizer->Add (_trusted_device_list, wxGBPosition (r, 0), wxGBSpan (1, 3), wxEXPAND);