* Fix drawing black background in the grid demo

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1507 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
blikblum
2011-02-18 22:19:18 +00:00
parent ae1626397a
commit 08f6126527

View File

@@ -79,7 +79,7 @@ begin
if Node.Index mod 6 = 0 then
Color := $49DDEF // $70A33F // $436BFF
else
Color := VST5.Color;
Color := VST5.Brush.Color;
EraseAction := eaColor;
end;
end;