diff --git a/OIIO/OIIOText.cpp b/OIIO/OIIOText.cpp index a208eb0..84f19b7 100644 --- a/OIIO/OIIOText.cpp +++ b/OIIO/OIIOText.cpp @@ -177,7 +177,7 @@ OIIOTextPlugin::OIIOTextPlugin(OfxImageEffectHandle handle) OfxPointD origin = getProjectOffset(); OfxPointD p; // we must denormalise all parameters for which setDefaultCoordinateSystem(eCoordinatesNormalised) couldn't be done - // EditBlock(*this, kParamDefaultsNormalised); + // EditBlock eb(*this, kParamDefaultsNormalised); p = _position->getValue(); _position->setValue(p.x * size.x + origin.x, p.y * size.y + origin.y); param->setValue(false); diff --git a/SupportExt b/SupportExt index 0a0c360..fcd777b 160000 --- a/SupportExt +++ b/SupportExt @@ -1 +1 @@ -Subproject commit 0a0c3606b0ff2abbeb33ab1603c6e36ab13aeed7 +Subproject commit fcd777bb2b3ca00def5e5693cbf09f8df9e2304b