mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
FIX: small fix for overcolor
This commit is contained in:
parent
66895f7416
commit
294b459799
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue