French + hide sigmafin standard

This commit is contained in:
Desmis
2020-07-29 07:05:05 +02:00
parent e07d142749
commit 40e6614d59
2 changed files with 4 additions and 0 deletions

View File

@@ -2921,6 +2921,7 @@ void Wavelet::convertParamToNormal()
//final touchup
BAmethod->set_active(0);
enableListener();
sigmafin->setValue(def_params.sigmafin);
// Update GUI based on converted widget parameters:
}
@@ -2943,6 +2944,7 @@ void Wavelet::updateGUIToMode(int mode)
radius->hide();
blurFrame->hide();
cbenab->hide();
sigmafin->hide();
} else {
offset->show();
sigma->show();
@@ -2959,6 +2961,7 @@ void Wavelet::updateGUIToMode(int mode)
radius->show();
blurFrame->show();
cbenab->show();
sigmafin->show();
}
}