Fix comctl32/Combo : When a letter is typed while list is dropped down, combo shall move to the associated letter without closing the drop down list
eg, on WM_CHAR, if CBF_DROPPED is set (list dropped) it shall not close (CBF_NOROLLUP to be set)
--
https://gitlab.winehq.org/wine/wine/-/merge_requests/4750
comctl32/IPAddress component background is incorrectly painted when disabled

This is due to an incorrect Brush being used
Fixed :

--
https://gitlab.winehq.org/wine/wine/-/merge_requests/4749
Fix comctl32/propsheet - should react to CTRL+TAB and CTRL+SHIFT+TAB
Currently not working as calling IsDialogMessageW instead of PROPSHEET_IsDialogMessage which is correctly implementing TAB key management
--
https://gitlab.winehq.org/wine/wine/-/merge_requests/4752