From e3bc8d06344da9a4fd800389d598280e1c806ef6 Mon Sep 17 00:00:00 2001 From: blitzgneisserin Date: Fri, 20 Aug 2021 10:25:58 +0200 Subject: [PATCH] make spot removal tool bigger (#6339) this change makes the spot removal tool bigger so it can be used for very large photos and to remove larger spots --- rtengine/procparams.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rtengine/procparams.cc b/rtengine/procparams.cc index c66a375cc..b91e570ef 100644 --- a/rtengine/procparams.cc +++ b/rtengine/procparams.cc @@ -366,7 +366,7 @@ namespace procparams { const short SpotParams::minRadius = 5; -const short SpotParams::maxRadius = 100; +const short SpotParams::maxRadius = 400; ToneCurveParams::ToneCurveParams() :