Clean code and Tooltip

This commit is contained in:
Desmis
2019-09-19 06:44:11 +02:00
parent c4824262ee
commit c9971d3764
3 changed files with 22 additions and 216 deletions

View File

@@ -1936,6 +1936,10 @@ Locallab::Locallab():
noiselumc->setAdjusterListener(this);
noiselumdetail->setAdjusterListener(this);
if (showtooltip) {
noiselumdetail->set_tooltip_text(M("TP_LOCALLAB_NOISEDETAIL_TOOLTIP"));
}
noiselequal->setAdjusterListener(this);
@@ -1949,6 +1953,10 @@ Locallab::Locallab():
noisechrodetail->setAdjusterListener(this);
if (showtooltip) {
noisechrodetail->set_tooltip_text(M("TP_LOCALLAB_NOISEDETAIL_TOOLTIP"));
}
adjblur->setAdjusterListener(this);
bilateral->setAdjusterListener(this);