http://bugs.winehq.org/show_bug.cgi?id=22808
Daniel Jelinski djelinski1@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |djelinski1@gmail.com
--- Comment #5 from Daniel Jelinski djelinski1@gmail.com 2013-01-26 15:58:12 CST --- Still an issue in current wine.
Listview without doublebuffering uses DrawFocusRect to paint the selection rectangle (marquee). Calling DrawFocusRect with the same coordinates for a second time removes the rectangle from the screen, so invalidating/repainting is not necessary.
Doublebuffering is available only in CC v6, and doublebuffered listviews use a different selection rectangle (semi-transparent blue background)