mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-02 00:20:24 +02:00
LCL: fixed warning in TRegion.GetClipRect because of missing result.
git-svn-id: trunk@32090 -
This commit is contained in:
parent
142639461e
commit
0d28a4c1b8
@ -198,6 +198,7 @@ end;
|
||||
------------------------------------------------------------------------------}
|
||||
function TRegion.GetClipRect : TRect;
|
||||
begin
|
||||
Result := Rect(0, 0, 0, 0);
|
||||
// Result := ClipRect;
|
||||
{ if FRegionData.Reference.Allocated
|
||||
then begin
|
||||
|
Loading…
Reference in New Issue
Block a user