http://bugs.winehq.org/show_bug.cgi?id=7984
hallo@michael-kaufmann.ch changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Ever Confirmed| |1
------- Additional Comments From hallo@michael-kaufmann.ch 2007-14-04 15:58 ------- This is one of the few applications that suffer from a difference between the static control and the static control as it is implemented by the common controls, version 6 ( http://www.winehq.org/site?issue=243#Button%20Code%20Audit ). Wine currently has only one version of the static control.
This application uses static controls that have the SS_BITMAP style, but it doesn't set the bitmap. The "old" static control does nothing in this case, and the buttons are visible. The static control of the common controls, version 6 and Wine's static control paint the background.
My original but rejected patch that addresses this problem: http://www.winehq.com/pipermail/wine-patches/2006-January/023374.html
Some discussions: http://www.winehq.com/pipermail/wine-devel/2006-January/044088.html http://www.winehq.com/pipermail/wine-devel/2006-January/044139.html
Maybe we should mark this bug as "LATER".