Alexandre Julliard pushed to branch master at wine / wine
Commits: a5580fcd by Fabian Maurer at 2024-11-26T18:25:56+01:00 comctl32/tests: Add tests for radio button WM_SETFOCUS.
- - - - - 7ed27080 by Fabian Maurer at 2024-11-26T18:25:56+01:00 comctl32: Send parent BN_CLICKED notification when a radio button get focused.
We need to make sure here that the button is marked pressed before it gets the focus.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=56109
- - - - - 092c1de3 by Fabian Maurer at 2024-11-26T18:25:56+01:00 user32/tests: Add tests for radio button WM_SETFOCUS.
- - - - - 121a2c65 by Fabian Maurer at 2024-11-26T18:25:56+01:00 user32: Send parent BN_CLICKED notification when a radio button get focused.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=56109
- - - - -
4 changed files:
- dlls/comctl32/button.c - dlls/comctl32/tests/button.c - dlls/user32/button.c - dlls/user32/tests/msg.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/727ee8a8fec7339767a35353ba2269...