19 May
2006
19 May
'06
4:23 a.m.
Dmitry Timoshkov wrote:
"Tomas Carnecky" <tom(a)dbservice.com> wrote:
The problem seems to be the SWP_NOACTIVATE that is now added to 'swp' in case of SW_MINIMIZE. Before your patch, SW_MINIMIZE has it's own 'case' section, now it falls through and in 'case SW_SHOWMINNOACTIVE' SWP_NOACTIVATE is added.
Many thanks for the investigation. Does the attached patch fix the regression?
Yes, this patch fixes it :) tom