Re: NSTextView without word wrap
Re: NSTextView without word wrap
- Subject: Re: NSTextView without word wrap
- From: Jens Alfke <email@hidden>
- Date: Wed, 16 Oct 2013 06:50:40 -0700
On Oct 16, 2013, at 5:33 AM, Mark Wright <email@hidden> wrote:
> Shouldn't that be:
>
> - (BOOL) wrapsLines {
> return ![self isHorizontallyResizable];
> }
You’re right — I think I never noticed this bug because I never called the getter; I only added it so the compiler would let me declare wrapsLines as a @property. :)
—Jens
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden