Sweden-Number/dlls/riched20
Dylan Smith dde41d5c13 richedit: Handle missing colours in rtf colour table.
When a colour table entry is empty, then the default colour is used.
For an incomplete colour table entry 0 is used for the missing colours.

Previously the -1 value used internally for missing colours was being
converted into white, where it should be using the default colour that
is normally black.

This bug could be seen by loading the following rich text into wordpad:
{\rtf{\colortbl;;}\cf1 text}
2009-07-17 15:40:35 +02:00
..
tests
Makefile.in
caret.c
clipboard.c
context.c
editor.c richedit: Handle missing colours in rtf colour table. 2009-07-17 15:40:35 +02:00
editor.h
editstr.h
list.c
ocr_reverse.cur
paint.c richedit: Keep scrollbars hidden without WS_HSCROLL & WS_VSCROLL. 2009-07-17 12:37:17 +02:00
para.c
reader.c richedit: Handle missing colours in rtf colour table. 2009-07-17 15:40:35 +02:00
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