Applied patch given by Mark Tracy for printing improvements.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@23877 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
gcasa 2006-10-15 15:30:27 +00:00
parent cc3cafa874
commit dff9b0e8ff
4 changed files with 33 additions and 5 deletions

View file

@ -3826,7 +3826,7 @@ static NSView* findByTag(NSView *view, int aTag, unsigned *level)
[ctxt resetUsedFonts];
/* Make sure we set the visible rect so everything is printed. */
[self _rebuildCoordinates];
[self _invalidateCoordinates];
_visibleRect = _bounds;
}