[Bug 27579] The appearance of uTorrent 3.x torrents list is broken

wine-bugs at winehq.org wine-bugs at winehq.org
Tue Nov 20 02:06:39 CST 2012


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

Daniel Jelinski <djelinski1 at gmail.com> changed:

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

--- Comment #28 from Daniel Jelinski <djelinski1 at gmail.com> 2012-11-20 02:06:39 CST ---
uTorrent in current wine looks the same as in the attachment from comment 8.
There are several issues here:
1) the black background outside of the file list is caused by some
doublebuffering issue. Commenting out all doublebuffering code brings back
white background.
2) the black background of downloads is caused by custom draw not playing well
with LVS_EX_FULLROWSELECT. For some reason uTorrent returns CDRF_SKIPDEFAULT
when asked to paint the file name, which prevents painting background for the
entire row in wine's comctl32.
3) the invisible file name. I don't know why it happens. Either uTorrent paints
the item in incorrect place, or it doesn't paint it at all and returns
CDRF_SKIPDEFAULT in error.

-- 
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