mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-10 10:19:27 +02:00
LCL: less hints
git-svn-id: trunk@47726 -
This commit is contained in:
parent
87ec2ec359
commit
bdf67e7160
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user