From fd9f3246f03b0bc334a6c6364fc17b5e1e96fd49 Mon Sep 17 00:00:00 2001 From: Desmis Date: Sun, 25 Oct 2020 10:06:10 +0100 Subject: [PATCH] Show Hide forgotten checkbutton Ciecam --- rtgui/colorappearance.cc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/rtgui/colorappearance.cc b/rtgui/colorappearance.cc index b55d45294..864a01a22 100644 --- a/rtgui/colorappearance.cc +++ b/rtgui/colorappearance.cc @@ -1285,6 +1285,7 @@ void ColorAppearance::updateGUIToMode(int mode) curveEditorG3->hide(); greenout->hide(); badpixsl->hide(); + datacie->hide(); } else { alHBox->show(); wbmHBox->show(); @@ -1293,6 +1294,7 @@ void ColorAppearance::updateGUIToMode(int mode) curveEditorG3->show(); greenout->show(); badpixsl->show(); + datacie->show(); } }