Mark Harmstone hellas@burntcomma.com writes:
When a themed button received a WM_ENABLE message, comctl32 redraws it, then passes the message to the parent proc in user32. Unfortunately, this is the wrong way round - as user32 redraws the window itself, the themed button will be redrawn as its unthemed counterpart.
It sounds like it's only hiding the problem.