2 Sep
2024
2 Sep
'24
1:21 a.m.
On Sun Sep 1 22:59:42 2024 +0000, Fabian Maurer wrote:
``` /* i686-w64-mingw32-gcc main.c -l comdlg32 */ #include <windows.h> #include <commdlg.h> int main() { CHOOSECOLOR cc = {0}; cc.lStructSize = sizeof(cc); cc.Flags = CC_FULLOPEN; ChooseColor(&cc); return 0; } ``` This is the shortest test program. - When changing the text for Hue, the right bar is not updated properly - When changing Hue/Sat to 999, the bar gets very weird
Such test exe crashes for me on Windows. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/5756#note_80644