From 4bf3ce44376bdc4721a84c00603ca84084f56f2e Mon Sep 17 00:00:00 2001 From: Desmis Date: Wed, 8 May 2019 09:03:48 +0200 Subject: [PATCH] enable show Guide Filter in inverse Retinex --- rtgui/locallab.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rtgui/locallab.cc b/rtgui/locallab.cc index e0949140d..7ca2d96a6 100644 --- a/rtgui/locallab.cc +++ b/rtgui/locallab.cc @@ -3243,7 +3243,7 @@ void Locallab::inversretChanged() } else if (inversret->get_active()) { sensih->show(); dehaz->show(); - softradiuscol->hide(); + softradiuscol->show(); } else { sensih->show(); dehaz->show(); @@ -5394,7 +5394,7 @@ void Locallab::updateSpecificGUIState() softradiusret->show(); } else if (inversret->get_active()) { sensih->show(); - softradiusret->hide(); + softradiusret->show(); } else { sensih->show(); softradiusret->show();