X-Git-Url: https://git.carlh.net/gitweb/?p=dcpomatic.git;a=blobdiff_plain;f=src%2Fwx%2Fcontent_panel.cc;h=96d3cd2513cf0c3ca966714282764b9d9ee35877;hp=d54f3dc6b9f2e722b4ce6bb656fa87682335b95c;hb=69a7c253174091d12b0efb37f2a4ac5e61dfaa3a;hpb=2b7db93970b37c9b21d4eff0c6d2955502ec7098 diff --git a/src/wx/content_panel.cc b/src/wx/content_panel.cc index d54f3dc6b..96d3cd251 100644 --- a/src/wx/content_panel.cc +++ b/src/wx/content_panel.cc @@ -655,6 +655,14 @@ ContentPanel::set_selection (ContentList cl) check_selection (); } + +void +ContentPanel::select_all () +{ + set_selection (_film->content()); +} + + void ContentPanel::film_content_changed (int property) {