Andreas Höschler schrieb: > this seems to be a little bug in NSTableView. "Select all" actually does > select (internally) all rows in a NSTableView but this change is not > made visible until one touches the scroller and moves it a bit to > trigger the display update. This problem occurs only, if the scroller is > at the top. If it is anywhere else, NSTableView does the update. >
I added a setNeedsDisplay: call to both selectAll: and deselectAll: You will find the new code in SVN. Cheers, Fred _______________________________________________ Discuss-gnustep mailing list [email protected] http://lists.gnu.org/mailman/listinfo/discuss-gnustep
