Re: richedit: Make zooming affect all pictures.
Dylan Smith wrote:
Before pictures that had an ole object size were not zoomed. Native riched20 applies the zoom ratio to these images, so this patch adds this consistency. --- dlls/riched20/richole.c | 65 ++++++++++++++++++++++------------------------ 1 files changed, 31 insertions(+), 34 deletions(-)
------------------------------------------------------------------------
This patch does not apply either. 0002-richedit-Make-zooming-affect-all-pictures.patch:9: trailing whitespace. if (c->editor->nZoomNumerator != 0) 0002-richedit-Make-zooming-affect-all-pictures.patch:10: trailing whitespace. { 0002-richedit-Make-zooming-affect-all-pictures.patch:11: trailing whitespace. pSize->cx = MulDiv(pSize->cx, c->editor->nZoomNumerator, c->editor->nZoomDenominator); 0002-richedit-Make-zooming-affect-all-pictures.patch:12: trailing whitespace. pSize->cy = MulDiv(pSize->cy, c->editor->nZoomNumerator, c->editor->nZoomDenominator); 0002-richedit-Make-zooming-affect-all-pictures.patch:13: trailing whitespace. } error: patch failed: dlls/riched20/richole.c:1729 error: dlls/riched20/richole.c: patch does not apply James McKenzie
participants (1)
-
James McKenzie