LCL: less hints

git-svn-id: trunk@47726 -
This commit is contained in:
mattias 2015-02-13 07:49:04 +00:00
parent 87ec2ec359
commit bdf67e7160

View File

@ -7044,9 +7044,9 @@ begin
Result := False;
if not IsValidGDIObject(RGN) then
exit;
if (PGdiObject(RGN)^.GDIBitmapObject <> nil) or
(PGdiObject(RGN)^.GDIPixbufObject <> nil) or
(PGdiObject(RGN)^.GDIPixmapObject.Image <> nil) then
if ({%H-}PGdiObject(RGN)^.GDIBitmapObject <> nil) or
({%H-}PGdiObject(RGN)^.GDIPixbufObject <> nil) or
({%H-}PGdiObject(RGN)^.GDIPixmapObject.Image <> nil) then
begin
// issue #27080
Result := False;