comctl32/IPAddress component background is incorrectly painted when disabled
![image](/uploads/8a93f62828359e4b2b80242347e6ee48/image.png)
This is due to an incorrect Brush being used
Fixed :
![image](/uploads/914c71829e43534a4154a1ca0f6b5488/image.png)
--
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
ComDlg32 / Color picker does not use "limited" value, leading to out of bound
This cause the lum bar to get crazy
![image](/uploads/ed7511b46d1aa89e2828ddcb10f8816c/image.png)
![image](/uploads/c4d8b78416bf24929aca9a308baebd94/image.png)
--
v2: Update ipaddress.c
https://gitlab.winehq.org/wine/wine/-/merge_requests/4746
ComDlg32 / Color picker does not use "limited" value, leading to out of bound
This cause the lum bar to get crazy
![image](/uploads/ed7511b46d1aa89e2828ddcb10f8816c/image.png)
![image](/uploads/c4d8b78416bf24929aca9a308baebd94/image.png)
--
https://gitlab.winehq.org/wine/wine/-/merge_requests/4746