Skip to content

Commit

Permalink
update SupportExt
Browse files Browse the repository at this point in the history
  • Loading branch information
devernay committed Nov 11, 2022
1 parent 529ad50 commit 5a318db
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion OIIO/OIIOText.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down
2 changes: 1 addition & 1 deletion SupportExt

0 comments on commit 5a318db

Please sign in to comment.