From: Carl Hetherington Date: Tue, 27 Nov 2018 23:52:30 +0000 (+0000) Subject: Fix ghostly appearance of reencode-J2K button in simple mode. X-Git-Tag: v2.13.77~1 X-Git-Url: https://git.carlh.net/gitweb/?p=dcpomatic.git;a=commitdiff_plain;h=5784ff1b9aed05a3469cbbd3e49b3bb949a48a68 Fix ghostly appearance of reencode-J2K button in simple mode. --- diff --git a/src/wx/dcp_panel.cc b/src/wx/dcp_panel.cc index 9d16b8c8f..ab95ec269 100644 --- a/src/wx/dcp_panel.cc +++ b/src/wx/dcp_panel.cc @@ -206,6 +206,7 @@ DCPPanel::add_to_grid () _standard_label->Show (interface == Config::INTERFACE_FULL); _standard->Show (interface == Config::INTERFACE_FULL); _upload_after_make_dcp->Show (interface == Config::INTERFACE_FULL); + _reencode_j2k->Show (interface == Config::INTERFACE_FULL); if (interface == Config::INTERFACE_FULL) { add_label_to_sizer (_grid, _key_label, true, wxGBPosition (r, 0));