FIX: small fix for overcolor

This commit is contained in:
b4rr4cuda 2008-06-06 22:58:48 +00:00
commit 294b459799

View file

@ -320,7 +320,7 @@ function TPanelColumnsClass.GetColumnPrm(const Index: integer): TColPrm;
begin
if Index>=Flist.Count then exit;
Result:=TColPrm.Create;
Result.Overcolor:=true;
Result.Overcolor:=GetColumnOvercolor(Index);
Result.Background:=GetColumnBackground(Index);
Result.Background2:=GetColumnBackground2(Index);
Result.CursorColor:=GetColumnCursorColor(Index);