Show Hide forgotten checkbutton Ciecam

This commit is contained in:
Desmis 2020-10-25 10:06:10 +01:00
parent fa330e7360
commit fd9f3246f0

View File

@ -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();
}
}