LA and Shadows-Highlight main - change location shadows-highlight in Lab issue 6163 (#6164)

* Change location shadows-highlight in Lab

* Suppress unused variable

* Small change in improccoordinator.cc
This commit is contained in:
Desmis
2021-03-13 07:17:42 +01:00
committed by GitHub
parent bb08b6bed8
commit 227ae487d4
8 changed files with 36 additions and 21 deletions

View File

@@ -28,7 +28,7 @@ using namespace rtengine::procparams;
ShadowsHighlights::ShadowsHighlights () : FoldableToolPanel(this, "shadowshighlights", M("TP_SHADOWSHLIGHTS_LABEL"), false, true)
{
auto m = ProcEventMapper::getInstance();
EvSHColorspace = m->newEvent(RGBCURVE, "HISTORY_MSG_SH_COLORSPACE");
EvSHColorspace = m->newEvent(LUMINANCECURVE, "HISTORY_MSG_SH_COLORSPACE");
Gtk::Box* hb = Gtk::manage (new Gtk::Box ());
hb->pack_start(*Gtk::manage(new Gtk::Label(M("TP_DIRPYRDENOISE_MAIN_COLORSPACE") + ": ")), Gtk::PACK_SHRINK);