summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2018-11-27 23:52:30 +0000
committerCarl Hetherington <cth@carlh.net>2018-11-27 23:52:30 +0000
commit5784ff1b9aed05a3469cbbd3e49b3bb949a48a68 (patch)
treeb1ef75cbc980e10001cfc881a6c83f80561edcf4 /src
parent3a42767c354cb0877f17a2a0078bbf37380967d0 (diff)
Fix ghostly appearance of reencode-J2K button in simple mode.
Diffstat (limited to 'src')
-rw-r--r--src/wx/dcp_panel.cc1
1 files changed, 1 insertions, 0 deletions
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));