On Fri, 16 May 2003, 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.
Maxim and I are working on an alternative patch, which also does a better job of handling subitem notifications. Alexandre, please don't apply.
- 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
Well, the header contains the text and the icon. When I insert a new column, I don't expect the old column text to be preserved. Do you have tests that show otherwise?