[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
Re: NSCell enhancement
From:
Nicola Pero
Subject:
Re: NSCell enhancement
Date:
2001年10月23日 15:13:58 +0100 (BST)
Thanks - applied
> Hi Nicola,
>
> Since you applied this patch, you might apply as well this one:
>
> in NSOpenPanel: - (void) _selectTextInColumn: (int)column
>
> We should replace:
>
> [[_form cellAtIndex: 0] setStringValue:nil];
>
> by
> [[_form cellAtIndex: 0] setStringValue: @""];
>
> And in NSSavePane: - (void) selectText: (id)sender
>
> We should replace
>
> [[_form cellAtIndex:0] setStringValue:nil];
>
> by
>
> [[_form cellAtIndex:0] setStringValue: @""];
>
>
> Ludo
>
>