Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
OfxImageEffectInstance: fix when a paramEditBegin() has no matching p…
…aramEditEnd() fixes #708 This is really a bug in the Transform interact here: https://github.com/NatronGitHub/openfx-supportext/blob/50bfe420fa6debbc2b7520bb0c4d822fa203a5b7/ofxsTransformInteract.cpp#L1423 where it should be `if (setAll || editBlock) {`
- Loading branch information