Re: NSTextView and setFont - bug or feature?
Re: NSTextView and setFont - bug or feature?
- Subject: Re: NSTextView and setFont - bug or feature?
- From: Chuck Norris <email@hidden>
- Date: Thu, 18 Oct 2001 11:41:16 -0700
At 11:36 AM -0700 10/18/01, Ali Ozer wrote:
There is that change in 10.1 where
shouldChangeTextInRange:replacementString: now returns NO for
non-editable textviews (see relnotes), but as Doug says, setFont: is
not an user action and does not go through this method. User actions
such as changeFont:, changeColor:, insertText:, etc do.
Do you by any chance have a setFont: override that calls this method?
No setFont: override.