mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-10 21:58:29 +02:00
LCL: added missing result to TLazCanvas.SaveState.
git-svn-id: trunk@35218 -
This commit is contained in:
parent
bd32cfed39
commit
ca92488a21
@ -437,7 +437,7 @@ begin
|
|||||||
lState.WindowOrg := WindowOrg;
|
lState.WindowOrg := WindowOrg;
|
||||||
lState.Clipping := Clipping;
|
lState.Clipping := Clipping;
|
||||||
|
|
||||||
GraphicStateList.Add(lState);
|
Result := GraphicStateList.Add(lState);
|
||||||
end;
|
end;
|
||||||
|
|
||||||
// if AIndex is positive, it represents the wished saved dc instance
|
// if AIndex is positive, it represents the wished saved dc instance
|
||||||
|
Loading…
Reference in New Issue
Block a user