http://bugs.winehq.org/show_bug.cgi?id=22808 Daniel Jelinski <djelinski1(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |djelinski1(a)gmail.com --- Comment #5 from Daniel Jelinski <djelinski1(a)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) -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.