Replace usage of ColorTree.BackgroundColor by ColorTree.Color in debugger_eventlog_options.

git-svn-id: trunk@52579 -
This commit is contained in:
wp 2016-06-26 06:18:42 +00:00
parent bbd1676580
commit cb851cafdd

View File

@ -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);