RichText: QTFDisplay now ignores text color / paper if style is not normal

git-svn-id: svn://ultimatepp.org/upp/trunk@11294 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2017-08-06 08:56:22 +00:00
parent 3dc71df9f4
commit d702bb47a4
4 changed files with 12 additions and 6 deletions

View file

@ -60,6 +60,7 @@ PaintInfo::PaintInfo()
context = NULL;
showlabels = false;
shrink_oversized_objects = false;
textcolor = Null;
}
String RichPara::Number::AsText(const RichPara::NumberFormat& format) const