IF a layout source is doing auto-cropping to a contained source, reset the crop rectangle if no contained input matches the pattern

This commit is contained in:
Zakk 2020-04-17 19:29:24 -04:00
parent 768c139d36
commit a0efc75baa

View file

@ -342,10 +342,7 @@
CFRelease(useImage);
}];
if (!NSEqualRects(useCropRect, NSZeroRect))
{
[self setupInputCropping:useCropRect];
}
}