mirror of
git://source.winehq.org/git/wine.git
synced 2024-10-31 10:41:12 +00:00
c6cf567706
Rich text files have groupings of text, where styles are pushed onto the stack when encountering a start of the group, then popped at the end of the group. This was being handled improperly before, because a single styleChanged flag was being stored to keep track of whether the style needed to be restored at the end of a group. This fails to work properly since the single flag isn't keeping track of all the levels of the stack, so some styles are not restored properly. |
||
---|---|---|
.. | ||
tests | ||
caret.c | ||
clipboard.c | ||
context.c | ||
editor.c | ||
editor.h | ||
editstr.h | ||
list.c | ||
Makefile.in | ||
ocr_reverse.cur | ||
paint.c | ||
para.c | ||
reader.c | ||
res.h | ||
riched20.spec | ||
richole.c | ||
row.c | ||
rtf.h | ||
run.c | ||
string.c | ||
style.c | ||
table.c | ||
txthost.c | ||
txtsrv.c | ||
undo.c | ||
version.rc | ||
wrap.c | ||
writer.c |