Add tooltip shadows-highlight
This commit is contained in:
parent
4397842fea
commit
51c3480e68
@ -2051,6 +2051,7 @@ TP_LOCALLAB_SHAPETYPE;Shape RT-spot area
|
|||||||
TP_LOCALLAB_SHAPE_TOOLTIP;Rectangle is only in normal mode.
|
TP_LOCALLAB_SHAPE_TOOLTIP;Rectangle is only in normal mode.
|
||||||
TP_LOCALLAB_ELI;Elipse
|
TP_LOCALLAB_ELI;Elipse
|
||||||
TP_LOCALLAB_RECT;Rectangle
|
TP_LOCALLAB_RECT;Rectangle
|
||||||
|
TP_LOCALLAB_SHADOWHIGHLIGHT_TOOLTIP;Can be used instead - or in complement - of exposure module in difficult cases
|
||||||
TP_LOCALLAB_SHARP;Sharpening
|
TP_LOCALLAB_SHARP;Sharpening
|
||||||
TP_LOCALLAB_SHARRADIUS;Radius
|
TP_LOCALLAB_SHARRADIUS;Radius
|
||||||
TP_LOCALLAB_SHARAMOUNT;Amount
|
TP_LOCALLAB_SHARAMOUNT;Amount
|
||||||
|
@ -511,6 +511,7 @@ Locallab::Locallab():
|
|||||||
//shadow highlight
|
//shadow highlight
|
||||||
expshadhigh->signal_button_release_event().connect_notify(sigc::bind(sigc::mem_fun(this, &Locallab::foldAllButMe), expshadhigh));
|
expshadhigh->signal_button_release_event().connect_notify(sigc::bind(sigc::mem_fun(this, &Locallab::foldAllButMe), expshadhigh));
|
||||||
enableshadhighConn = expshadhigh->signal_enabled_toggled().connect(sigc::bind(sigc::mem_fun(this, &Locallab::enableToggled), expshadhigh));
|
enableshadhighConn = expshadhigh->signal_enabled_toggled().connect(sigc::bind(sigc::mem_fun(this, &Locallab::enableToggled), expshadhigh));
|
||||||
|
expshadhigh->set_tooltip_text(M("TP_LOCALLAB_SHADOWHIGHLIGHT_TOOLTIP"));
|
||||||
|
|
||||||
highlights->setAdjusterListener(this);
|
highlights->setAdjusterListener(this);
|
||||||
h_tonalwidth->setAdjusterListener(this);
|
h_tonalwidth->setAdjusterListener(this);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user