Known listview bugs (take 2)

Dimitrie O. Paun dpaun at rogers.com
Thu Oct 24 14:07:12 CDT 2002


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.

-- 
Dimi.




More information about the wine-devel mailing list