Indented comment at 80

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@6675 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Nicola Pero 2000-06-13 17:34:13 +00:00
parent 3377703de0
commit 5eeb5e1bf8

View file

@ -118,7 +118,8 @@
if (_copiesOnScroll && _window)
{
// copy the portion of the view that is common before and after scrolling.
// copy the portion of the view that is common before
// and after scrolling.
// then tell docview to draw the exposed parts.
// intersection is the common rectangle
intersection = NSIntersectionRect(originalBounds, newBounds);