From 454e7ed5f43c0b008517627ed90d3e7155da6595 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Tue, 14 Feb 2017 23:24:02 +0000 Subject: Add output gamma correction subheading to colour conversion dialogue. --- src/wx/colour_conversion_editor.cc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/wx/colour_conversion_editor.cc') diff --git a/src/wx/colour_conversion_editor.cc b/src/wx/colour_conversion_editor.cc index 8b0dbabfe..00ab45fdf 100644 --- a/src/wx/colour_conversion_editor.cc +++ b/src/wx/colour_conversion_editor.cc @@ -200,6 +200,8 @@ ColourConversionEditor::ColourConversionEditor (wxWindow* parent, bool yuv) /* Output transfer function */ + subhead (table, this, _("Output gamma correction"), r); + _output = new wxCheckBox (this, wxID_ANY, _("Inverse 2.6 gamma correction on output")); table->Add (_output, wxGBPosition (r, 0), wxGBSpan (1, 2)); -- cgit v1.2.3