LCL: added missing result to TLazCanvas.SaveState.

git-svn-id: trunk@35218 -
This commit is contained in:
zeljko 2012-02-07 11:54:18 +00:00
parent bd32cfed39
commit ca92488a21

View File

@ -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