From 5a8c074879003c8ac19029612e0ce7ebf80435b7 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Wed, 17 Dec 2014 14:25:26 +0000 Subject: [PATCH] Disable copy-as-name button with no Film. --- src/wx/dcp_panel.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/src/wx/dcp_panel.cc b/src/wx/dcp_panel.cc index 774f41667..18ba4ccfd 100644 --- a/src/wx/dcp_panel.cc +++ b/src/wx/dcp_panel.cc @@ -411,6 +411,7 @@ DCPPanel::set_general_sensitivity (bool s) _use_isdcf_name->Enable (s); _edit_isdcf_button->Enable (s); _dcp_content_type->Enable (s); + _copy_isdcf_name_button->Enable (s); bool si = s; if (_film && _film->encrypted ()) { -- 2.30.2