Re: abortEditing does not invoke delegate methods
Christiaan Hofman <[email protected]> Fri, 17 Sep 2010 00:32:01 +0200
| Newsgroups | gmane.comp.macosx.devel |
|---|---|
| Message-ID | <[email protected]> |
On Sep 17, 2010, at 0:08, Nat! wrote: > > Am 16.09.2010 um 14:33 schrieb Christiaan Hofman: > >> When I call -abortEditing on an NSTextField that's being edited, the delegate method controlTextDidEndEditing: is not called. That seems wrong, because the text field is ending it's editing session. > > Isn't it aborting it ? > > Ciao > Nat! Isn't aborting implying ending? Christiaan