19 Sep
2025
19 Sep
'25
10:52 a.m.
Dmitry Timoshkov (@dmitry) commented about programs/wordpad/wordpad.c:
HWND hEditorWnd = GetDlgItem(hMainWnd, IDC_EDITOR);
set_bar_states(); - ShowWindow(hEditorWnd, TRUE); + ShowWindow(hEditorWnd, SW_HIDE);
In other places ShowWindow(TRUE) is replaced by ShowWindow(SW_SHOW), is there anything special about this place? -- https://gitlab.winehq.org/wine/wine/-/merge_requests/9005#note_116370