Module: wine Branch: master Commit: dd134546f4d9e4235acb1f2f760e3383182a29ee URL: https://source.winehq.org/git/wine.git/?a=commit;h=dd134546f4d9e4235acb1f2f7...
Author: Huw Davies huw@codeweavers.com Date: Fri Oct 23 10:25:06 2020 +0100
riched20: Remove the caret at end hack.
The end of one run already has a different cursor to the beginning of the next run.
Signed-off-by: Huw Davies huw@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/riched20/caret.c | 111 +++++++++--------------------------------------- dlls/riched20/editor.c | 1 - dlls/riched20/editstr.h | 1 - dlls/riched20/table.c | 5 +-- 4 files changed, 21 insertions(+), 97 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=dd134546f4d9e4235acb1...