I think that patch is not correct because it does not correctly handle the subitem customdraw notification. Dimitrie O. Paun and I are working on a patch to solve that.
Robert can you try the attached patch to see if it solves the point 1. in your case ? If it doesn't I think we should make a merge of our patches.
Max
On Fri, 2003-05-16 at 13:02, Robert Shearman wrote:
Fixes two bugs.
- Regression. The colour used for the background of text that wasn't
selected wasn't being set properly any more, as it had been moved into notify_prepaint. This patch moves it back to where it was before and the text background appears correctly. 2. Don't clear the item header when column 0 is inserted - it would clear anything already set in the header, such as information set by InsertItem
ChangeLog:
- Make selected text appear correctly now
- Don't clear header for subitem 0 when column 0 is inserted
Rob