better (local) caching of fattal results in dcrop

Use new M_HDR todo code instead of using M_RGBCURVE for fattal
(ported from Hombre's commit a9d02a7dca0b5dcd31f642046d94e1663b17c9ff)
This commit is contained in:
Alberto Griggio
2017-11-17 17:46:13 +01:00
parent 1467b858c5
commit 6212d6e0c6
4 changed files with 40 additions and 46 deletions

View File

@@ -514,9 +514,9 @@ int refreshmap[rtengine::NUMOFEVENTS] = {
DARKFRAME, // EvLensCorrMode
DARKFRAME, // EvLensCorrLensfunCamera
DARKFRAME, // EvLensCorrLensfunLens
RGBCURVE, // EvTMFattalEnabled
RGBCURVE, // EvTMFattalThreshold
RGBCURVE // EvTMFattalAmount
ALLNORAW, // EvTMFattalEnabled
HDR, // EvTMFattalThreshold
HDR // EvTMFattalAmount
};