summaryrefslogtreecommitdiff
path: root/src/wx/text_panel.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2025-01-21 10:25:46 +0100
committerCarl Hetherington <cth@carlh.net>2025-01-21 10:25:46 +0100
commit81915d4db00c333da2debd2f8e9a0c02f7a316a3 (patch)
tree68062af342d2ef6c7a3b5aebbe7cb761bbab5372 /src/wx/text_panel.cc
parent4c905330c2052cd77be09d9deb301f1fcf4b81f2 (diff)
Diffstat (limited to 'src/wx/text_panel.cc')
-rw-r--r--src/wx/text_panel.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wx/text_panel.cc b/src/wx/text_panel.cc
index b69f115f7..90842ee80 100644
--- a/src/wx/text_panel.cc
+++ b/src/wx/text_panel.cc
@@ -394,6 +394,7 @@ TextPanel::film_changed(FilmProperty property)
void
TextPanel::film_content_changed (int property)
{
+ PeriodTimer timer("TextPanel::film_content_changed");
auto fc = _parent->selected_ffmpeg ();
auto sc = _parent->selected_text ();