French label contrsat W

This commit is contained in:
Desmis
2020-07-09 08:55:55 +02:00
parent 2a361536ef
commit bc596090ec
2 changed files with 3 additions and 0 deletions

View File

@@ -1848,6 +1848,7 @@ TP_LOCALLAB_CONTRAST;Contraste
TP_LOCALLAB_CONTRASTCURVMASK_TOOLTIP;Contrôle de contraste du masque.
TP_LOCALLAB_CONTRESID;Contraste
TP_LOCALLAB_CONTTHR;Seuil contraste
TP_LOCALLAB_CONTWFRA;Contrast Local
TP_LOCALLAB_CSTHRESHOLD;Ψ Ondelettes niveaux
TP_LOCALLAB_CSTHRESHOLDBLUR;Ψ Masque Ondelettes niveau
TP_LOCALLAB_CURV;Luminosité - Contraste - Chrominance "Super"

View File

@@ -3668,6 +3668,7 @@ void LocallabContrast::updateContrastGUI1()
lcamount->show();
lcdarkness->show();
lclightness->show();
contFrame->hide();
sigmalc->hide();
LocalcurveEditorwav->hide();
levelwav->hide();
@@ -3682,6 +3683,7 @@ void LocallabContrast::updateContrastGUI1()
lcamount->hide();
lcdarkness->hide();
lclightness->hide();
contFrame->show();
sigmalc->show();
LocalcurveEditorwav->show();
levelwav->show();