Re: [PATCH v4 0/6] MR1857: Draft: comdlg32: IFileDialog navigation bar
28 Dec
2022
28 Dec
'22
7:30 p.m.
Esme Povirk (@madewokherd) commented about dlls/comdlg32/navbar.c:
hwnd, 0, COMDLG32_hInstance, NULL); SetWindowSubclass(info->background_hwnd, NAVBAR_BACKGROUND_SubclassProc, 0, (DWORD_PTR)info);
+ info->overflow_hwnd = CreateWindowExW(0, WC_BUTTONW, NULL,
For accessibility it'd be good to give this button a title. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/1857#note_20177
1163
Age (days ago)
1163
Last active (days ago)
0 comments
1 participants
participants (1)
-
Esme Povirk (@madewokherd)