bug-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: bugfix for showxy()


From: Adam Fedor
Subject: Re: bugfix for showxy()
Date: Thu, 21 Mar 2002 11:17:56 -0700
User-agent: Mozilla/5.0 (X11; U; Linux ppc; en-US; rv:0.9.7) Gecko/20020120

S. V. Ramanan wrote:

In core/xgps/Source/XGGState.m

in the method:

- (void) _showString: xCharAdj: yCharAdj: char: adjArray: arrType: isRelative:

the line
     delta = [ctm pointInMatrixSpace: delta];
should be replaced by
     delta = [ctm deltaPointInMatrixSpace: delta];

for xyshow (and presumably all other stub functions calling _showString)
to work.


Fixed. thanks.





--
Adam Fedor, Digital Optics Corp.      | I'm glad I hate spinach, because
http://www.doc.com                    | if I didn't, I'd eat it, and you
                                      | know how I hate the stuff.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]