Change tweakParams spot.cc - hand-open-hicontrast toolbar.cc (#7029)
This commit is contained in:
@@ -893,4 +893,7 @@ void Spot::tweakParams(procparams::ProcParams& pparams)
|
|||||||
pparams.gradient.enabled = false;
|
pparams.gradient.enabled = false;
|
||||||
pparams.pcvignette.enabled = false;
|
pparams.pcvignette.enabled = false;
|
||||||
pparams.colorappearance.enabled = false;
|
pparams.colorappearance.enabled = false;
|
||||||
|
pparams.locallab.enabled = false;
|
||||||
|
// pparams.toneCurve.hrenabled = false; // not sure for this one, it could be useful for ExpComp w/o performance penalty
|
||||||
|
pparams.toneCurve.histmatching = false;
|
||||||
}
|
}
|
||||||
|
@@ -27,8 +27,8 @@ ToolBar::ToolBar () : showColPickers(true), listener (nullptr), pickerListener(n
|
|||||||
{
|
{
|
||||||
|
|
||||||
editingMode = false;
|
editingMode = false;
|
||||||
|
//handimg.reset(new RTImage("hand-open", Gtk::ICON_SIZE_LARGE_TOOLBAR));
|
||||||
handimg.reset(new RTImage("hand-open", Gtk::ICON_SIZE_LARGE_TOOLBAR));
|
handimg.reset(new RTImage("hand-open-hicontrast", Gtk::ICON_SIZE_LARGE_TOOLBAR));
|
||||||
editinghandimg.reset(new RTImage("crosshair-adjust", Gtk::ICON_SIZE_LARGE_TOOLBAR));
|
editinghandimg.reset(new RTImage("crosshair-adjust", Gtk::ICON_SIZE_LARGE_TOOLBAR));
|
||||||
|
|
||||||
handTool = Gtk::manage (new Gtk::ToggleButton ());
|
handTool = Gtk::manage (new Gtk::ToggleButton ());
|
||||||
|
Reference in New Issue
Block a user