Module: wine Branch: master Commit: 372a16af63717cc2a66a5a981e39079b854bcda6 URL: http://source.winehq.org/git/wine.git/?a=commit;h=372a16af63717cc2a66a5a981e...
Author: Huw Davies huw@codeweavers.com Date: Mon Feb 29 12:06:25 2016 +0000
riched20: Don't apply paragraph formatting until the end of paragraph.
Specifically this means that if the final paragraph does not end in a trailing \par, then new formatting is not applied to that paragraph.
Signed-off-by: Huw Davies huw@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/riched20/editor.c | 252 ++++++++++++++++++------------------------- dlls/riched20/reader.c | 7 ++ dlls/riched20/rtf.h | 2 + dlls/riched20/tests/editor.c | 27 ++++- 4 files changed, 140 insertions(+), 148 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=372a16af63717cc2a66a5a...