mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-12-04 19:57:29 +01:00
Replace usage of ColorTree.BackgroundColor by ColorTree.Color in debugger_eventlog_options.
git-svn-id: trunk@52579 -
This commit is contained in:
parent
bbd1676580
commit
cb851cafdd
@ -96,7 +96,7 @@ begin
|
|||||||
end
|
end
|
||||||
else
|
else
|
||||||
begin
|
begin
|
||||||
Sender.Canvas.Brush.Color := Sender.BackgroundColor;
|
Sender.Canvas.Brush.Color := Sender.Color;
|
||||||
Sender.Canvas.Font.Color := Sender.Font.Color;
|
Sender.Canvas.Font.Color := Sender.Font.Color;
|
||||||
end;
|
end;
|
||||||
NodeRect := Node.DisplayRect(True);
|
NodeRect := Node.DisplayRect(True);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user