mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-05-31 03:12:32 +02:00
cocoa: fix ETO_OPAQUE, and BkMode OPAQUE meaning in ExtTextOut
git-svn-id: trunk@38641 -
This commit is contained in:
parent
b61a389984
commit
38cd52da7d
@ -1487,7 +1487,7 @@ begin
|
||||
end;
|
||||
end;
|
||||
|
||||
FillBg := not Assigned(Rect) and ((Options and ETO_OPAQUE) <> 0);
|
||||
FillBg := BkMode = OPAQUE;
|
||||
if FillBg then
|
||||
FText.BackgroundColor := BkBrush.ColorRef;
|
||||
FText.SetText(UTF8Chars, Count);
|
||||
|
Loading…
Reference in New Issue
Block a user