mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-31 08:10:50 +00:00
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:
parent
a84576a915
commit
5816f7b5c4
1 changed files with 2 additions and 2 deletions
|
@ -2824,8 +2824,8 @@ static float scrollerWidth; // == [NSScroller scrollerWidth]
|
||||||
// yet the sc's document view, otherwise it will not move it
|
// yet the sc's document view, otherwise it will not move it
|
||||||
[sc setDocumentView: matrix];
|
[sc setDocumentView: matrix];
|
||||||
|
|
||||||
// so we do it manually anyway - the clipview's coordinate
|
// the clipview's coordinate system is flipped - we need the
|
||||||
// system is flipped - we want the matrix to appear on top
|
// matrix to appear on top - adjust for it
|
||||||
mr.origin.y = cs.height;
|
mr.origin.y = cs.height;
|
||||||
[matrix setFrame: mr];
|
[matrix setFrame: mr];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue