Fixed various bug issue 2969

This commit is contained in:
Desmis
2016-01-17 10:06:22 +01:00
parent 0fdcff3057
commit 2d77d783e0
3 changed files with 8 additions and 4 deletions

View File

@@ -993,7 +993,7 @@ void Retinex::mapMethodChanged()
void Retinex::viewMethodChanged()
{
if(viewMethod->get_active_row_number() == 1 || viewMethod->get_active_row_number() == 2) {
vart->hide();
// vart->hide();
gain->hide();
offs->hide();
limd->hide();
@@ -1008,7 +1008,7 @@ void Retinex::viewMethodChanged()
else if(viewMethod->get_active_row_number() == 3 || viewMethod->get_active_row_number() == 4) {
gain->hide();
offs->hide();
vart->hide();
// vart->hide();
curveEditorGH->hide();
}
else {