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@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(+)
On 03.04.2015 16:41, Anton Baskanov wrote:
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.
Hi, Anton.
Could you submit a patch that adds this test case?
Hi.
I'll try.
On Fri, Apr 3, 2015 at 7:55 PM, Nikolay Sivov bunglehead@gmail.com wrote:
On 03.04.2015 16:41, Anton Baskanov wrote:
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.
Hi, Anton.
Could you submit a patch that adds this test case?