[PATCH 2/2] user32: Fix edit control margins in CJK font case.
This patch is the last part of CJK margin updates. After mergining, I'll reflect recent changes to comctl32. Signed-off-by: Akihiro Sagawa <sagawa.aki(a)gmail.com> --- dlls/user32/edit.c | 37 +++++++++++++++++++++++++------------ dlls/user32/tests/edit.c | 4 ---- 2 files changed, 25 insertions(+), 16 deletions(-)
Hi, While running your changed tests, I think I found new failures. Being a bot and all I'm not very good at pattern recognition, so I might be wrong, but could you please double-check? Full results can be found at: https://testbot.winehq.org/JobDetails.pl?Key=51203 Your paranoid android. === debian9 (build log) === error: patch failed: dlls/user32/tests/edit.c:1654 error: patch failed: dlls/user32/edit.c:3803 error: patch failed: dlls/user32/tests/edit.c:1664 Task: Patch failed to apply === debian9 (build log) === error: patch failed: dlls/user32/tests/edit.c:1654 error: patch failed: dlls/user32/edit.c:3803 error: patch failed: dlls/user32/tests/edit.c:1664 Task: Patch failed to apply
participants (2)
-
Akihiro Sagawa -
Marvin