Clean code and Tooltip
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user