mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-27 03:29:12 +02:00
cocoa: re-applying current pen and brush, after clearing clipping. bug #37520
git-svn-id: trunk@63702 -
This commit is contained in:
parent
2687b936ed
commit
f6796707ef
@ -2298,6 +2298,8 @@ begin
|
||||
Trans := CGContextGetCTM(cgc);
|
||||
CGContextRestoreGState(cgc);
|
||||
ApplyTransform(Trans);
|
||||
if Assigned(FPen) then FPen.Apply(Self);
|
||||
if Assigned(FBrush) then FBrush.Apply(Self);
|
||||
end;
|
||||
end;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user