capture sharpening: Do not trigger demosaic when toggling mask preview, #5412

This commit is contained in:
Ingo Weyrich
2019-08-28 19:26:09 +02:00
parent ba8c3d15bf
commit d3ec7f5277
4 changed files with 5 additions and 10 deletions

View File

@@ -519,8 +519,9 @@ int refreshmap[rtengine::NUMOFEVENTS] = {
HDR, // EvTMFattalAmount
ALLNORAW, // EvWBEnabled
RGBCURVE, // EvRGBEnabled
LUMINANCECURVE, // EvLEnabled
DEMOSAIC // EvPdShrEnabled
LUMINANCECURVE, // EvLEnabled
DEMOSAIC, // EvPdShrEnabled
ALLNORAW // EvPdShrMaskToggled
};