Fixed bug bad behavior Log encoding issue 6459
This commit is contained in:
parent
274c99e9b9
commit
b989c271d8
@ -13327,7 +13327,7 @@ void ImProcFunctions::Lab_Local(
|
||||
}
|
||||
|
||||
//encoding lab at the beginning
|
||||
if (lp.logena || lp.showmasklogmet == 2 || lp.enaLMask || lp.showmasklogmet == 3 || lp.showmasklogmet == 4) {
|
||||
if (lp.logena && (lp.showmasklogmet == 2 || lp.enaLMask || lp.showmasklogmet == 3 || lp.showmasklogmet == 4)) {
|
||||
|
||||
const int ystart = rtengine::max(static_cast<int>(lp.yc - lp.lyT) - cy, 0);
|
||||
const int yend = rtengine::min(static_cast<int>(lp.yc + lp.ly) - cy, original->H);
|
||||
|
Loading…
x
Reference in New Issue
Block a user