[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: NSText small bug
From: |
Nicola Pero |
Subject: |
Re: NSText small bug |
Date: |
Wed, 5 Dec 2001 11:01:40 +0000 (GMT) |
I applied some patches for this _ let me know of any problems
> Hi,
>
> When changing the background color of a NSTextView object after adding it
> to a NSScrollView (like, in Affiche), the color isn't set for the clipview
> so it'll remain white.
>
> I've included with this mail a little patch for NSText.m. It will verify
> in -setBackgroundColor if the enclosingScrollView isn't nil and if it
> isn't, it'll set the color of the scrollview to the background color of
> the textview.
- NSText small bug, Ludovic Marcotte, 2001/12/04
- Re: NSText small bug,
Nicola Pero <=