Allow Capture Sharpening for monochrome raw files

This commit is contained in:
Ingo Weyrich 2019-08-24 12:14:54 +02:00
parent d4ffcde1a3
commit cb7b31f3a4

View File

@ -344,7 +344,7 @@ void ToolPanelCoordinator::imageTypeChanged (bool isRaw, bool isBayer, bool isXt
preprocess->FoldableToolPanel::hide();
flatfield->FoldableToolPanel::show();
filmNegative->FoldableToolPanel::hide();
pdSharpening->FoldableToolPanel::hide();
pdSharpening->FoldableToolPanel::show();
retinex->FoldableToolPanel::setGrayedOut(false);
return false;