gnustep-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Latest checkout of SVN breaks due to bugs in NSScrollView


From: Richard Frith-Macdonald
Subject: Re: Latest checkout of SVN breaks due to bugs in NSScrollView
Date: Fri, 22 Sep 2006 14:41:13 +0100


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





reply via email to

[Prev in Thread] Current Thread [Next in Thread]