Fixed bad behavior in Exposure inverse

This commit is contained in:
Desmis
2019-10-06 07:18:29 +02:00
parent 6f29a08f39
commit cfa214d181
2 changed files with 20 additions and 16 deletions

View File

@@ -5013,7 +5013,7 @@ void Locallab::inversexChanged()
exnoiseMethod->hide();
showmaskexpMethod->hide();
showmaskexpMethodinv->show();
expMethod->set_active(0);
if (expMethod->get_active_row_number() == 0) {
pdeFrame->hide();
fatFrame->hide();
@@ -8215,6 +8215,7 @@ void Locallab::updateSpecificGUIState()
showmaskexpMethod->hide();
softradiusexp->show();
expMethod->set_active(0);
if (expMethod->get_active_row_number() == 0) {
pdeFrame->hide();
fatFrame->hide();