We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fcfbe56 commit e886f8dCopy full SHA for e886f8d
Vcl.DamUnit.pas
@@ -541,7 +541,7 @@ function TDam.GetFontStored: Boolean;
541
(FFont.Style = [])
542
{$ELSE}
543
(FFont.Charset = 1) and
544
- (FFont.Color = clWindowText) and
+ (FFont.Color = {$IFDEF FPC}clDefault{$ELSE}clWindowText{$ENDIF}) and
545
(FFont.Name = DEF_FONT_NAME) and
546
(FFont.Orientation = 0) and
547
(FFont.Pitch = fpDefault) and
0 commit comments