oleaut32: Slight correction to EMF rendering.
This commit is contained in:
parent
2e6ed06fdc
commit
a55f233219
|
@ -683,7 +683,7 @@ static HRESULT WINAPI OLEPictureImpl_Render(IPicture *iface, HDC hdc,
|
|||
|
||||
case PICTYPE_ENHMETAFILE:
|
||||
{
|
||||
RECT rc = { x, y, cx, cy };
|
||||
RECT rc = { x, y, x + cx, y + cy };
|
||||
PlayEnhMetaFile(hdc, This->desc.u.emf.hemf, &rc);
|
||||
break;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue