This fixes an unreported bug: themed button controls will redraw themselves in the unthemed style on mousedown and mouseup (as well as a few other, rarer events). This was due to various button message handlers invoking the unthemed renderer directly, rather than deferring to WM_PAINT. Patch is attached.<br>