mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 05:10:38 +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
|
||||
[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];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue