Wvalet - hide radius when old algo

This commit is contained in:
Desmis 2020-03-24 13:46:28 +01:00
parent 60c341c236
commit 2bb747b55f

View File

@ -3134,6 +3134,12 @@ void Wavelet::showmaskToggled()
void Wavelet::oldshToggled()
{
if (oldsh->get_active()) {
radius->hide();
} else {
radius->show();
}
if (multiImage) {
if (oldsh->get_inconsistent()) {
oldsh->set_inconsistent(false);