From 636b364ecb903c88188ad2b7bd6ffb9f60c81a9d Mon Sep 17 00:00:00 2001 From: Desmis Date: Wed, 13 Nov 2019 15:51:45 +0100 Subject: [PATCH] Fixed bug 'preview deltaE' and other big consequences --- rtengine/improccoordinator.cc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/rtengine/improccoordinator.cc b/rtengine/improccoordinator.cc index 13d4d5ada..ad3a6daa6 100644 --- a/rtengine/improccoordinator.cc +++ b/rtengine/improccoordinator.cc @@ -1142,12 +1142,15 @@ void ImProcCoordinator::updatePreviewImage(int todo, bool panningRelatedChange) locallListener->refChanged(huer, lumar, chromar); } } +/* +//very bad idea : it's the story of the cat biting its tail +// brings big bugs.. //restore ref values huerefs[sp] = huer; chromarefs[sp] = chromar; lumarefs[sp] = lumar ; sobelrefs[sp] = sobeler; - +*/ lllocalcurve.clear(); lightCurveloc.clear(); cclocalcurve.clear();