Local adjustments - tooltip for shadows-Highlights Vibrance LogEncoding (#5921)
* Change tooltip vibrance - SH - log encoding * Try to suppress some tooltips message * Change some tooltip and code for tooltip * Newtooltip for Log encoding
This commit is contained in:
@@ -3787,7 +3787,19 @@ void LocallabShadow::updateAdviceTooltips(const bool showTooltips)
|
||||
chromaskSH->set_tooltip_text(M("TP_LOCALLAB_CHROMASK_TOOLTIP"));
|
||||
slomaskSH->set_tooltip_text(M("TP_LOCALLAB_SLOMASK_TOOLTIP"));
|
||||
lapmaskSH->set_tooltip_text(M("TP_LOCALLAB_LAPRAD1_TOOLTIP"));
|
||||
|
||||
/*
|
||||
highlights->set_tooltip_text(M("TP_LOCALLAB_NUL_TOOLTIP"));
|
||||
h_tonalwidth->set_tooltip_text(M("TP_LOCALLAB_NUL_TOOLTIP"));
|
||||
shadows->set_tooltip_text(M("TP_LOCALLAB_NUL_TOOLTIP"));
|
||||
s_tonalwidth->set_tooltip_text(M("TP_LOCALLAB_NUL_TOOLTIP"));
|
||||
sh_radius->set_tooltip_text(M("TP_LOCALLAB_NUL_TOOLTIP"));
|
||||
*/
|
||||
highlights->set_tooltip_text("");
|
||||
h_tonalwidth->set_tooltip_text("");
|
||||
shadows->set_tooltip_text("");
|
||||
s_tonalwidth->set_tooltip_text("");
|
||||
sh_radius->set_tooltip_text("");
|
||||
|
||||
} else {
|
||||
exp->set_tooltip_text("");
|
||||
|
||||
@@ -3811,6 +3823,11 @@ void LocallabShadow::updateAdviceTooltips(const bool showTooltips)
|
||||
gammaskSH->set_tooltip_text("");
|
||||
chromaskSH->set_tooltip_text("");
|
||||
slomaskSH->set_tooltip_text("");
|
||||
highlights->set_tooltip_text("");
|
||||
h_tonalwidth->set_tooltip_text("");
|
||||
shadows->set_tooltip_text("");
|
||||
s_tonalwidth->set_tooltip_text("");
|
||||
sh_radius->set_tooltip_text("");
|
||||
|
||||
}
|
||||
}
|
||||
@@ -4690,6 +4707,25 @@ void LocallabVibrance::updateAdviceTooltips(const bool showTooltips)
|
||||
chromaskvib->set_tooltip_text(M("TP_LOCALLAB_CHROMASK_TOOLTIP"));
|
||||
slomaskvib->set_tooltip_text(M("TP_LOCALLAB_SLOMASK_TOOLTIP"));
|
||||
lapmaskvib->set_tooltip_text(M("TP_LOCALLAB_LAPRAD1_TOOLTIP"));
|
||||
/*
|
||||
saturated->set_tooltip_text(M("TP_LOCALLAB_NUL_TOOLTIP"));
|
||||
pastels->set_tooltip_text(M("TP_LOCALLAB_NUL_TOOLTIP"));
|
||||
psThreshold->set_tooltip_text(M("TP_LOCALLAB_NUL_TOOLTIP"));
|
||||
protectSkins->set_tooltip_text(M("TP_LOCALLAB_NUL_TOOLTIP"));
|
||||
avoidColorShift->set_tooltip_text(M("TP_LOCALLAB_NUL_TOOLTIP"));
|
||||
pastSatTog->set_tooltip_text(M("TP_LOCALLAB_NUL_TOOLTIP"));
|
||||
sensiv->set_tooltip_text(M("TP_LOCALLAB_NUL_TOOLTIP"));
|
||||
curveEditorGG->set_tooltip_text(M("TP_LOCALLAB_NUL_TOOLTIP"));
|
||||
*/
|
||||
saturated->set_tooltip_text("");
|
||||
pastels->set_tooltip_text("");
|
||||
psThreshold->set_tooltip_text("");
|
||||
protectSkins->set_tooltip_text("");
|
||||
avoidColorShift->set_tooltip_text("");
|
||||
pastSatTog->set_tooltip_text("");
|
||||
sensiv->set_tooltip_text("");
|
||||
curveEditorGG->set_tooltip_text("");
|
||||
|
||||
} else {
|
||||
exp->set_tooltip_text("");
|
||||
warm->set_tooltip_text("");
|
||||
@@ -4706,6 +4742,14 @@ void LocallabVibrance::updateAdviceTooltips(const bool showTooltips)
|
||||
chromaskvib->set_tooltip_text("");
|
||||
slomaskvib->set_tooltip_text("");
|
||||
lapmaskvib->set_tooltip_text("");
|
||||
saturated->set_tooltip_text("");
|
||||
pastels->set_tooltip_text("");
|
||||
psThreshold->set_tooltip_text("");
|
||||
protectSkins->set_tooltip_text("");
|
||||
avoidColorShift->set_tooltip_text("");
|
||||
pastSatTog->set_tooltip_text("");
|
||||
sensiv->set_tooltip_text("");
|
||||
curveEditorGG->set_tooltip_text("");
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user