-
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