mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-15 14:16:07 -06:00
Report: Fixed Report issue
git-svn-id: svn://ultimatepp.org/upp/trunk@15922 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
04a335d719
commit
edc8f70ebd
1 changed files with 3 additions and 1 deletions
|
|
@ -51,7 +51,9 @@ Rect Report::GetPageRect()
|
|||
void Report::PaintHF(Draw& w, int y, const char *qtf, int i)
|
||||
{
|
||||
RichText txt = ParseQTF(FormatHF(qtf, i));
|
||||
txt.Paint(w, 0, y, GetSize().cx);
|
||||
PaintInfo pi;
|
||||
pi.textcolor = Black();
|
||||
txt.Paint(w, 0, y, GetSize().cx, pi);
|
||||
}
|
||||
|
||||
void Report::Flush()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue