Alexandre Julliard wrote:
Aric Stewart <[email protected]> writes:
commit 87f9053ec43e0272e27280e1e7ab9674fc79b109
Author: Aric Stewart <[email protected]>
Date: Fri Jun 18 13:21:56 2010 +0900
comctl32: restore focus if it was lost during the processing of
PROPSHEET_SetWizButtons
It would probably be better to not disable buttons that don't need
it. What is this fixing?
I can modify the patch to do that.
This is triggering a bug on the mac that causes the window manager to
loose track of where to send messages causing the resulting dialog to be
unable to get mouse events.
-aric