From 5816f7b5c49c2d310593ab0cb135a640aa99cc77 Mon Sep 17 00:00:00 2001 From: Nicola Pero Date: Sat, 27 Jan 2001 15:14:51 +0000 Subject: [PATCH] Tidied comment git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@8843 72102866-910b-0410-8b05-ffd578937521 --- Source/NSBrowser.m | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Source/NSBrowser.m b/Source/NSBrowser.m index b6a32ba5f..e63a59470 100644 --- a/Source/NSBrowser.m +++ b/Source/NSBrowser.m @@ -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]; }