diff options
| author | Carl Hetherington <cth@carlh.net> | 2021-03-20 10:40:24 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2021-03-20 10:40:24 +0100 |
| commit | 69a7c253174091d12b0efb37f2a4ac5e61dfaa3a (patch) | |
| tree | 908b8498fa02309b147c6fc37ccaaf9b8469e518 /src/wx/content_panel.cc | |
| parent | 2b7db93970b37c9b21d4eff0c6d2955502ec7098 (diff) | |
Add select-all.
Diffstat (limited to 'src/wx/content_panel.cc')
| -rw-r--r-- | src/wx/content_panel.cc | 8 |
1 files changed, 8 insertions, 0 deletions
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) { |
