Ed Leafe wrote: > On Oct 9, 2007, at 9:28 AM, Paul McNett wrote: > >> It is normal for GetAttr() to be called often, but several times >> for one >> click doesn't sound right. > > It would be called at least once for each column, no?
Once for each cell that wx determines needs to be repainted. The root of the problem probably lies in calls by us somewhere asking wx to refresh the grid completely, when it isn't required. -- pkm ~ http://paulmcnett.com _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users Searchable Archives: http://leafe.com/archives/search/dabo-users This message: http://leafe.com/archives/byMID/dabo-users/[EMAIL PROTECTED]
