http://bugs.winehq.org/show_bug.cgi?id=22952
Dylan Smith dylan.ah.smith@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Attachment #28440|0 |1 is obsolete| |
--- Comment #10 from Dylan Smith dylan.ah.smith@gmail.com 2010-05-31 12:05:33 --- Created an attachment (id=28455) --> (http://bugs.winehq.org/attachment.cgi?id=28455) richedit: Don't set final end of paragraph format on WM_FONT.
It seems as if the regression is from the change in the behaviour of the WM_FONT message rather than EM_SETCHARFORMAT, so the attached patch reverts the change in the behaviour for WM_FONT without affecting the EM_SETCHARFORMAT message. The patch seems to fix the bug and avoids breaking any tests that are currently passing.