[Bug 29847] comctl32: Sliders of disabled trackbars are rendered the same as enabled ones

wine-bugs at winehq.org wine-bugs at winehq.org
Fri May 10 07:50:05 CDT 2013


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

Nikolay Sivov <bunglehead at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |source

--- Comment #3 from Nikolay Sivov <bunglehead at gmail.com> 2013-05-10 07:50:05 CDT ---
WinUAE uses EnableWindow to disable sliders but the thing is that there's no
style change messages in this case so we don't update stored window style.

After commit 2248cfbb6b24bcbb75369028d838ab1166eda539 and patch
http://www.winehq.org/pipermail/wine-patches/2013-May/124102.html that I just
sent it works properly. I'll still need to fix painting of thumb itself but
that's a separate issue.

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