small bug in GUI
This commit is contained in:
@@ -432,13 +432,16 @@ void Retinex::retinexMethodChanged()
|
|||||||
|
|
||||||
void Retinex::ColorSpaceUpdateUI ()
|
void Retinex::ColorSpaceUpdateUI ()
|
||||||
{
|
{
|
||||||
if (!batchMode) {
|
if (!batchMode) {
|
||||||
if(retinexcolorspace->get_active_row_number() == 0) {
|
if(retinexcolorspace->get_active_row_number() == 0) {
|
||||||
curveEditorGD->show();
|
curveEditorGD->show();
|
||||||
curveEditorGDH->hide();
|
curveEditorGDH->hide();
|
||||||
} 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();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user