summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-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 76c9d7812..74cb295bf 100644
--- a/src/wx/film_editor.cc
+++ b/src/wx/film_editor.cc
@@ -410,6 +410,7 @@ FilmEditor::film_changed (Film::Property p)
break;
case Film::THREE_D:
checked_set (_three_d, _film->three_d ());
+ setup_dcp_name ();
break;
}
}