diff options
| author | Carl Hetherington <cth@carlh.net> | 2025-01-21 10:25:46 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2025-01-21 10:25:46 +0100 |
| commit | 81915d4db00c333da2debd2f8e9a0c02f7a316a3 (patch) | |
| tree | 68062af342d2ef6c7a3b5aebbe7cb761bbab5372 /src/wx/content_panel.cc | |
| parent | 4c905330c2052cd77be09d9deb301f1fcf4b81f2 (diff) | |
wipopt-hacx
Diffstat (limited to 'src/wx/content_panel.cc')
| -rw-r--r-- | src/wx/content_panel.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/wx/content_panel.cc b/src/wx/content_panel.cc index 8938ef0fd..4b60e13a8 100644 --- a/src/wx/content_panel.cc +++ b/src/wx/content_panel.cc @@ -865,6 +865,8 @@ ContentPanel::select_all () void ContentPanel::film_content_changed (int property) { + PeriodTimer timer("ContentPanel::film_content_changed"); + if ( property == ContentProperty::PATH || property == DCPContentProperty::NEEDS_ASSETS || |
