From d3238ba31ba4787aa15ab63e1063191cc82d788c Mon Sep 17 00:00:00 2001 From: rfm Date: Fri, 22 Sep 2006 13:38:12 +0000 Subject: [PATCH] Add cheange missed from last commit git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@23590 72102866-910b-0410-8b05-ffd578937521 --- Source/NSScrollView.m | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Source/NSScrollView.m b/Source/NSScrollView.m index 2b3856c68..8a4505247 100644 --- a/Source/NSScrollView.m +++ b/Source/NSScrollView.m @@ -951,11 +951,11 @@ static float scrollerWidth; break; case NSBezelBorder: - [[GSTheme theme] drawGrayBezel: _bounds : rect]; + [[GSTheme theme] drawGrayBezel: _bounds withClip: rect]; break; case NSGrooveBorder: - [[GSTheme theme] drawGroove: _bounds : rect]; + [[GSTheme theme] drawGroove: _bounds withClip: rect]; break; }