discuss-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: NSTableView bug


From: Fred Kiefer
Subject: Re: NSTableView bug
Date: Tue, 24 Apr 2007 21:07:32 +0200
User-agent: Thunderbird 1.5.0.10 (X11/20060911)

Andreas Höschler wrote:
> I just discovered a small NSTableView bug that I would like to mention
> (currently no time to look into the core trunk).
> 
> After
> 
>     [pagesTableView setAllowsEmptySelection:NO];
>     [pagesTableView noteNumberOfRowsChanged];
>     
> the selectedRow of the tableView is still -1. This is wrong, it should
> be 0 here as log as the tableview datasource offers rows which it does
> in my test scenario.
> 
Corrected in SVN. Thank you for the bug report.

Cheers,
Fred




reply via email to

[Prev in Thread] Current Thread [Next in Thread]