Re: (resubmit: need a hint) user32: when needed, recalculate menu size of menu bar before tracking starts.

2009-05-07 Thread Austin English
On Thu, May 7, 2009 at 1:52 AM, Rein Klazes w...@online.nl wrote: Fixes bug 10845 Changes from previous patch: menu position calculations moved to nonclient.c. Can you add a testcase? -- -Austin

Re: (resubmit: need a hint) user32: when needed, recalculate menu size of menu bar before tracking starts.

2009-05-07 Thread Rein Klazes
On Thu, 7 May 2009 01:54:23 -0500, you wrote: On Thu, May 7, 2009 at 1:52 AM, Rein Klazes w...@online.nl wrote: Fixes bug 10845 Changes from previous patch: menu position calculations moved to nonclient.c. Can you add a testcase? I don't see what you would like to test. The menu-Height ==

Re: (resubmit: need a hint) user32: when needed, recalculate menu size of menu bar before tracking starts.

2009-05-07 Thread Nicolas Le Cam
2009/5/7 Rein Klazes w...@online.nl: On Thu, 7 May 2009 01:54:23 -0500, you wrote: On Thu, May 7, 2009 at 1:52 AM, Rein Klazes w...@online.nl wrote: Fixes bug 10845 Changes from previous patch: menu position calculations moved to nonclient.c. Can you add a testcase? I don't see what you

Re: (resubmit: need a hint) user32: when needed, recalculate menu size of menu bar before tracking starts.

2009-05-07 Thread Reece Dunn
2009/5/7 Rein Klazes w...@online.nl: On Thu, 7 May 2009 01:54:23 -0500, you wrote: On Thu, May 7, 2009 at 1:52 AM, Rein Klazes w...@online.nl wrote: Fixes bug 10845 Changes from previous patch: menu position calculations moved to nonclient.c. Can you add a testcase? I don't see what you

Re: (resubmit: need a hint) user32: when needed, recalculate menu size of menu bar before tracking starts.

2009-05-07 Thread Alexandre Julliard
Rein Klazes w...@online.nl writes: Fixes bug 10845 Changes from previous patch: menu position calculations moved to nonclient.c. You shouldn't need that, the menu size should be recomputed when it gets repainted. And if the menu was changed the whole window size needs to be recomputed