summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-07-23 17:07:15 +0100
committerCarl Hetherington <cth@carlh.net>2013-07-23 17:07:15 +0100
commit673b88a8041052754d2208142df94aa7c90fcc0c (patch)
treed320f2aad973c2660cf488db54652e067612779e /src
parent8e866d15e16f41d96dbbc1aa00c95d5b85f4286e (diff)
Setup DCP name after changing 3D switch.
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;
}
}