cocoa: re-applying current pen and brush, after clearing clipping. bug #37520

git-svn-id: trunk@63702 -
This commit is contained in:
dmitry 2020-08-09 04:04:21 +00:00
parent 2687b936ed
commit f6796707ef

View File

@ -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;