mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-18 21:50:05 +02:00
ipro: use clBlack as default font color
git-svn-id: trunk@35750 -
This commit is contained in:
parent
64fc77e75d
commit
e9baf5359a
@ -10199,9 +10199,13 @@ begin
|
||||
end
|
||||
else
|
||||
{$ENDIF}
|
||||
aCanvas.Brush.Style := bsClear;
|
||||
aCanvas.Brush.Style := bsClear;
|
||||
//debugln(['TIpHtmlNodeBlock.RenderQueue ',CurWord.AnsiWord]);
|
||||
Owner.PageRectToScreen(CurWord.WordRect2, R);
|
||||
{$IFDEF IP_LAZARUS}
|
||||
if aCanvas.Font.color=-1 then
|
||||
aCanvas.Font.color:=clBlack;
|
||||
{$ENDIF}
|
||||
if CurWord.AnsiWord <> NAnchorChar then //JMN
|
||||
aCanvas.TextRect(R, P.x, P.y, NoBreakToSpace(CurWord.AnsiWord));
|
||||
{$IFDEF IP_LAZARUS}
|
||||
|
Loading…
Reference in New Issue
Block a user