git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/back/trunk@17673 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Adam Fedor 2003-09-15 14:21:34 +00:00
parent 9819a2e5f2
commit ed70d604b6
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2003-09-15 Adam Fedor <fedor@gnu.org>
* Source/gsc/GSGState.m ([GSGState -deepen]): Typo fix - copy
textCtm (reported by Banlu Kemiyatorn <id@project-ile.net>).
2003-09-09 Adam Fedor <fedor@gnu.org>
* Source/gsc/GSContext.m (-DPSsetgstate:): Copy gstate so we

View file

@ -100,7 +100,7 @@
self->path = [path copyWithZone: zone];
self->ctm = [ctm copyWithZone: zone];
self->textCtm = [ctm copyWithZone: zone];
self->textCtm = [textCtm copyWithZone: zone];
// Just retain the other objects
if (font != nil)