Hopefully sensitivity is a bit tidier.
[dcpomatic.git] / src / wx / video_panel.cc
index 09fa8dbe6668319e42b536b08d6cdb8a8ddb72c1..47e32c5e812b03fcee4454d7536f5c2207c36bea 100644 (file)
@@ -150,6 +150,18 @@ VideoPanel::bottom_crop_changed (wxCommandEvent &)
        c->set_bottom_crop (_bottom_crop->GetValue ());
 }
 
+void
+VideoPanel::film_changed (Film::Property property)
+{
+       switch (property) {
+       case Film::CONTAINER:
+               setup_scaling_description ();
+               break;
+       default:
+               break;
+       }
+}
+
 void
 VideoPanel::film_content_changed (shared_ptr<Content> c, int property)
 {