Harmonize show frame - box in wavelet

This commit is contained in:
Desmis
2020-04-21 17:28:23 +02:00
parent bc760b8492
commit de04f63fc8

View File

@@ -3551,7 +3551,7 @@ void LocallabContrast::updateContrastGUI2()
if (wavedg->get_active()) { if (wavedg->get_active()) {
edgsBox->show(); edgsBox->show();
} else { } else {
edgsBox->hide(); edgsBox->show();//always show
} }
} }