comctl32: hotkey control needs to invalidate itself when painting for some apps
In at least one app, the hotkey control doesn't draw itself. Invalidating its own window during HOTKEY_Paint gets the control to draw properly, and makes the app happy. Fixes http://bugs.winehq.org/show_bug.cgi?id=30486 (Unlike the patch attached to that bug, this one doesn't also ask the background to be redrawn again.)
On Mon, Jun 18, 2012 at 11:14 AM, Dan Kegel <dank(a)kegel.com> wrote:
In at least one app, the hotkey control doesn't draw itself. Invalidating its own window during HOTKEY_Paint gets the control to draw properly, and makes the app happy.
Fixes http://bugs.winehq.org/show_bug.cgi?id=30486 (Unlike the patch attached to that bug, this one doesn't also ask the background to be redrawn again.)
I think you meant to send this to wine-patches.. -- -Austin
participants (2)
-
Austin English -
Dan Kegel