[Bug 22808] Selected rows in WinRar flicker while selecting by dragging rectangle

wine-bugs at winehq.org wine-bugs at winehq.org
Sat Jan 26 15:58:12 CST 2013


http://bugs.winehq.org/show_bug.cgi?id=22808

Daniel Jelinski <djelinski1 at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |djelinski1 at gmail.com

--- Comment #5 from Daniel Jelinski <djelinski1 at 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.



More information about the wine-bugs mailing list