From bfdd936f677341d4f0a373ccfc939eb635da0d65 Mon Sep 17 00:00:00 2001 From: Desmis Date: Mon, 29 Jun 2020 08:05:44 +0200 Subject: [PATCH] Setlogscale for blendmask and blendmaskab --- rtgui/locallabtools2.cc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/rtgui/locallabtools2.cc b/rtgui/locallabtools2.cc index f2f17917e..fbc05d2c9 100644 --- a/rtgui/locallabtools2.cc +++ b/rtgui/locallabtools2.cc @@ -4773,6 +4773,8 @@ LocallabMask::LocallabMask(): const LocallabParams::LocallabSpot defSpot; sensimask->setAdjusterListener(this); + blendmask->setLogScale(10, 0); + blendmaskab->setLogScale(10, 0); blendmask->setAdjusterListener(this); blendmaskab->setAdjusterListener(this); // softradiusmask->setLogScale(10, -10);