http://bugs.winehq.org/show_bug.cgi?id=29847
Nikolay Sivov bunglehead@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |source
--- Comment #3 from Nikolay Sivov bunglehead@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.