mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-06 23:38:02 +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.Clipping := Clipping;
|
||||
|
||||
GraphicStateList.Add(lState);
|
||||
Result := GraphicStateList.Add(lState);
|
||||
end;
|
||||
|
||||
// if AIndex is positive, it represents the wished saved dc instance
|
||||
|
Loading…
Reference in New Issue
Block a user