small bug in GUI
This commit is contained in:
parent
9b73dfb916
commit
e8d1e14282
@ -439,6 +439,9 @@ void Retinex::ColorSpaceUpdateUI ()
|
|||||||
} else if(retinexcolorspace->get_active_row_number() == 1) {
|
} else if(retinexcolorspace->get_active_row_number() == 1) {
|
||||||
curveEditorGD->hide();
|
curveEditorGD->hide();
|
||||||
curveEditorGDH->show();
|
curveEditorGDH->show();
|
||||||
|
} else if(retinexcolorspace->get_active_row_number() == 2) {
|
||||||
|
curveEditorGD->hide();
|
||||||
|
curveEditorGDH->show();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user