summaryrefslogtreecommitdiff
path: root/src/wx/film_editor.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/wx/film_editor.cc')
-rw-r--r--src/wx/film_editor.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wx/film_editor.cc b/src/wx/film_editor.cc
index b67b47b4e..d0522cf73 100644
--- a/src/wx/film_editor.cc
+++ b/src/wx/film_editor.cc
@@ -1164,6 +1164,7 @@ FilmEditor::content_selection_changed (wxListEvent &)
{
setup_content_sensitivity ();
shared_ptr<Content> s = selected_content ();
+ film_content_changed (s, ContentProperty::START);
film_content_changed (s, VideoContentProperty::VIDEO_CROP);
film_content_changed (s, AudioContentProperty::AUDIO_GAIN);
film_content_changed (s, AudioContentProperty::AUDIO_DELAY);