Fix ghostly appearance of reencode-J2K button in simple mode.
authorCarl Hetherington <cth@carlh.net>
Tue, 27 Nov 2018 23:52:30 +0000 (23:52 +0000)
committerCarl Hetherington <cth@carlh.net>
Tue, 27 Nov 2018 23:52:30 +0000 (23:52 +0000)
src/wx/dcp_panel.cc

index 9d16b8c8fae764a67b27cda1d47210edcefce3b6..ab95ec2698288d1e2d089424bfae2750dd3c4c3d 100644 (file)
@@ -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));