On 22 Sep 2006, at 14:27, Chris Vetter wrote:
--- NSScrollView.m.ORG Fri Sep 22 15:24:28 2006
+++ NSScrollView.m Fri Sep 22 15:25:01 2006
@@ -951,11 +951,11 @@
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;
}
Thanks ... small change missed from commit ... added in at revision
23590
_______________________________________________
Gnustep-dev mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/gnustep-dev