mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
ADD: Differ - option to set 'modified' text color in binary mode
This commit is contained in:
parent
0c22651107
commit
afd778c94d
3 changed files with 18 additions and 4 deletions
|
|
@ -732,6 +732,9 @@ begin
|
|||
BinaryViewerLeft.SecondViewer:= BinaryViewerRight;
|
||||
BinaryViewerRight.SecondViewer:= BinaryViewerLeft;
|
||||
|
||||
BinaryViewerLeft.Modified:= gDifferModifiedBinaryColor;
|
||||
BinaryViewerRight.Modified:= gDifferModifiedBinaryColor;
|
||||
|
||||
FontOptionsToFont(gFonts[dcfEditor], SynDiffEditLeft.Font);
|
||||
FontOptionsToFont(gFonts[dcfEditor], SynDiffEditRight.Font);
|
||||
FontOptionsToFont(gFonts[dcfViewer], BinaryViewerLeft.Font);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue