mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
FIX: Custom columns - Load inactive mark color (fixes #1389)
(cherry picked from commit ca1bf8c4b0)
This commit is contained in:
parent
ae9e34966b
commit
e455cbcd8b
1 changed files with 1 additions and 1 deletions
|
|
@ -482,7 +482,7 @@ begin
|
|||
Result.CursorColor := GetColumnCursorColor(Index);
|
||||
Result.CursorText := GetColumnCursorText(Index);
|
||||
Result.InactiveCursorColor := GetColumnInactiveCursorColor(Index);
|
||||
Result.InactiveMarkColor := GetColumnMarkColor(Index);
|
||||
Result.InactiveMarkColor := GetColumnInactiveMarkColor(Index);
|
||||
Result.UseInvertedSelection:= GetColumnUseInvertedSelection(Index);
|
||||
Result.UseInactiveSelColor:= GetColumnUseInactiveSelColor(Index);
|
||||
Result.Overcolor := GetColumnOvercolor(Index);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue