[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: NSTextView insertionPoint/becomeKeyWindow
From: |
Nicola Pero |
Subject: |
Re: NSTextView insertionPoint/becomeKeyWindow |
Date: |
Wed, 17 Jul 2002 14:30:58 +0100 (BST) |
> Hello,
>
> as the pendant to the resignKeyWindow, here is a patch adding a
> becomeKeyWindow to update the insertion point. For this to work NSWindows
> becomeKeyWindow must be adapted to actually becomeKeyWindow before the
> firstResponder is notified. This is also included.
>
Thanks David, I applied your patch.