From 8d8b7dccb706b58f7690c4e8a643d741c74a89c0 Mon Sep 17 00:00:00 2001 From: Desmis Date: Sat, 21 Dec 2019 15:50:25 +0100 Subject: [PATCH] Chnage slighly rapartition normal confirmed - structure --- rtgui/locallab.cc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/rtgui/locallab.cc b/rtgui/locallab.cc index b071ec86a..37ddc6383 100644 --- a/rtgui/locallab.cc +++ b/rtgui/locallab.cc @@ -1211,9 +1211,9 @@ pe(nullptr) colorBox->pack_start(*superFrame); colorBox->pack_start(*sensi); - if (complexsoft < 2) { +// if (complexsoft < 2) { colorBox->pack_start(*structcol); - } +// } if (complexsoft < 2) { colorBox->pack_start(*blurcolde); @@ -1671,9 +1671,9 @@ pe(nullptr) exposeBox->pack_start(*sensiex); - if (complexsoft < 2) { +// if (complexsoft < 2) { exposeBox->pack_start(*structexp); - } +// } if (complexsoft < 2) { exposeBox->pack_start(*blurexpde);