mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-12-04 13:37:22 +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
|
||||
else
|
||||
begin
|
||||
Sender.Canvas.Brush.Color := Sender.BackgroundColor;
|
||||
Sender.Canvas.Brush.Color := Sender.Color;
|
||||
Sender.Canvas.Font.Color := Sender.Font.Color;
|
||||
end;
|
||||
NodeRect := Node.DisplayRect(True);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user