You've already forked lazarus-ccr
Bugfix: Font forecolour default clBlack now set by OI.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@4315 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -239,7 +239,7 @@ begin
|
||||
//reset buffer font
|
||||
FBuffer.Canvas.Font := fFont;
|
||||
FBuffer.Canvas.Font.Style := [];
|
||||
FBuffer.Canvas.Font.Color := clBlack;
|
||||
FBuffer.Canvas.Font.Color := fFont.Color;// clBlack;
|
||||
|
||||
//skip empty lines
|
||||
if Length(s) > 0 then
|
||||
|
Reference in New Issue
Block a user