Hi all,

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.

Regards,

  Andreas



_______________________________________________
Discuss-gnustep mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/discuss-gnustep

Reply via email to