bug-gnustep
[Top][All Lists]
Advanced

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

Re: Fix: Printing


From: Adam Fedor
Subject: Re: Fix: Printing
Date: Sat, 06 Oct 2001 22:23:01 -0600
User-agent: Mozilla/5.0 (X11; U; Linux ppc; en-US; rv:0.9.4) Gecko/20010915

Georg Fleischmann wrote:

I added this patch although I completely rewrote the NSView changes.
There's more that needs to be done when printing that just reseting the
coordinates so I tried to account for that. It seemed to work for me but
perhaps you can test it again.


I finally tested the changes:
The changes for NSView are not working for subviews. The reason is that in [NSView displayRectIgnoringOpacity:] unlockFocus is called before the subviews are drawn, thus recalculating _matrixToWindow.
The attached patch unlocks the focus after drawing the subviews of the view.


I add this. Thanks.





reply via email to

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