Option to draw a border around the content's image (#391).
[dcpomatic.git] / src / wx / video_panel.cc
index d8fdf2d02667c7894477a9e5aaa8691d6758c146..facd0f3d48fcd8d7d38b9bf6c5c12a56b258100a 100644 (file)
@@ -309,7 +309,7 @@ VideoPanel::setup_description ()
        }
 
        dcp::Size const container_size = _parent->film()->frame_size ();
-       dcp::Size const scaled = vcs->scale().size (vcs, container_size, container_size);
+       dcp::Size const scaled = vcs->scale().size (vcs, container_size, container_size, 1);
 
        if (scaled != vcs->video_size_after_crop ()) {
                d << wxString::Format (