[PATCH] comctl32: Do not resize windows when giving an updown control the same buddy.

Anton Baskanov baskanov at gmail.com
Fri Apr 3 08:41:51 CDT 2015


Hello!

Have you verified this behavior on native comctl32?
I've tried to send UDM_SETBUDDY with the same HWND repeatedly, and the
buddy is resized every time.
I've tested it on Windows 7 x64 with both version 5 and 6 of comctl32.

On Wed, Apr 1, 2015 at 4:02 AM, Mark Harmstone <hellas at burntcomma.com> wrote:
> When an updown control receives UDM_SETBUDDY with the HWND of its existing
> buddy, it should do nothing. At present Wine resizes the buddy as it
> would do initially, resulting in the textbox getting progressively smaller
> every time UDM_SETBUDDY is sent.
>
> ---
>  dlls/comctl32/updown.c | 3 +++
>  1 file changed, 3 insertions(+)
>
>
>
>
>



More information about the wine-devel mailing list