Clean code locallabtools

This commit is contained in:
Desmis
2020-07-10 08:56:41 +02:00
parent 434274bbc9
commit 41712058fd
2 changed files with 6 additions and 8 deletions

View File

@@ -910,7 +910,7 @@ void LocallabColor::updateAdviceTooltips(const bool showTooltips)
mask2CurveEditorGwav->set_tooltip_text(M("TP_LOCALLAB_WAVMASK_TOOLTIP"));
mask2CurveEditorG->set_tooltip_text(M("TP_LOCALLAB_CONTRASTCURVMASK_TOOLTIP"));
special->set_tooltip_text(M("TP_LOCALLAB_SPECIAL_TOOLTIP"));
} else {
} else {
exp->set_tooltip_text("");
}
}
@@ -4286,7 +4286,7 @@ void LocallabVibrance::updateAdviceTooltips(const bool showTooltips)
Lmaskvibshape->setTooltip(M("TP_LOCALLAB_LMASK_LL_TOOLTIP"));
blendmaskvib->set_tooltip_text(M("TP_LOCALLAB_BLENDMASK_TOOLTIP"));
mask2vibCurveEditorG->set_tooltip_text(M("TP_LOCALLAB_CONTRASTCURVMASK_TOOLTIP"));
} else {
} else {
exp->set_tooltip_text("");
}
}