On October 24, 2002 03:01 pm, Francois Gouget wrote:
It happened when I moved the left edge of the 'Type' column. This resizes the first column and moves all the other columns. I retested with X7 to confirm that the issue is still there and noticed that similar redraw issues occurred when I move/resize other columns.
There is no reason for that column to get corrupted, as it gets ScrollWindowEx'ed. I think you are hitting this bug:
http://bugs.winehq.org/show_bug.cgi?id=1091
It's very, very easy to hit it if you play around with the column width, since you are doing a lot of iterleaved InvalidateRect & ScrollWindowEx.