24 Jan
2023
24 Jan
'23
10:52 a.m.
Huw Davies (@huw) commented about dlls/riched20/editor.c:
return 0; case WM_IME_STARTCOMPOSITION: { - editor->imeStartIndex=ME_GetCursorOfs(&editor->pCursors[0]); ME_DeleteSelection(editor); + editor->imeStartIndex=ME_GetCursorOfs(&editor->pCursors[0]);
This looks fine to go in after 8.0. Minor nit, could you add spaces on either side of the `=`? -- https://gitlab.winehq.org/wine/wine/-/merge_requests/2001#note_21426