Tidied comment

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@8843 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Nicola Pero 2001-01-27 15:14:51 +00:00
parent a84576a915
commit 5816f7b5c4

View file

@ -2824,8 +2824,8 @@ static float scrollerWidth; // == [NSScroller scrollerWidth]
// yet the sc's document view, otherwise it will not move it
[sc setDocumentView: matrix];
// so we do it manually anyway - the clipview's coordinate
// system is flipped - we want the matrix to appear on top
// the clipview's coordinate system is flipped - we need the
// matrix to appear on top - adjust for it
mr.origin.y = cs.height;
[matrix setFrame: mr];
}