From 84134e9aa2a2a7c2acfb08075b3407c38e08e793 Mon Sep 17 00:00:00 2001 From: Desmis Date: Fri, 12 Apr 2024 07:52:20 +0200 Subject: [PATCH] Change tweakParams spot.cc - hand-open-hicontrast toolbar.cc (#7029) --- rtgui/spot.cc | 3 +++ rtgui/toolbar.cc | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/rtgui/spot.cc b/rtgui/spot.cc index 43fdb632d..ad5fab63e 100644 --- a/rtgui/spot.cc +++ b/rtgui/spot.cc @@ -893,4 +893,7 @@ void Spot::tweakParams(procparams::ProcParams& pparams) pparams.gradient.enabled = false; pparams.pcvignette.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; } diff --git a/rtgui/toolbar.cc b/rtgui/toolbar.cc index 56237197c..1b59b8b24 100644 --- a/rtgui/toolbar.cc +++ b/rtgui/toolbar.cc @@ -27,8 +27,8 @@ ToolBar::ToolBar () : showColPickers(true), listener (nullptr), pickerListener(n { 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)); handTool = Gtk::manage (new Gtk::ToggleButton ());