discuss-gnustep
[Top][All Lists]
Advanced

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

Re: Update Display for Select All


From: Andreas Höschler
Subject: Re: Update Display for Select All
Date: Thu, 25 Jan 2007 00:49:11 +0100

Hello Fred,

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.

Thanks, that fixed the problem!

Regards,

  Andreas





reply via email to

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