differentiate the action luma and chroma blend

This commit is contained in:
Desmis
2020-06-27 14:16:07 +02:00
parent 1ef71095d5
commit 60728717a6
11 changed files with 67 additions and 32 deletions

View File

@@ -1206,6 +1206,7 @@ class LocallabMask:
private:
Adjuster* const sensimask;
Adjuster* const blendmask;
Adjuster* const blendmaskab;
Adjuster* const softradiusmask;
MyComboBoxText* const showmask_Method;