9 Sep
2022
9 Sep
'22
8:18 a.m.
Huw Davies (@huw) commented about programs/notepad/dialog.c:
Globals.bWrapLongLines = !Globals.bWrapLongLines; CheckMenuItem(GetMenu(Globals.hMainWnd), CMD_WRAP, MF_BYCOMMAND | (Globals.bWrapLongLines ? MF_CHECKED : MF_UNCHECKED)); + updateWindowSize(MAKELPARAM(rc.right,rc.bottom));
I think it would make more sense to pass the width and height as separate paramaters. Also, as mentioned last time, please add a space after the comma. There are more of these below as well, I won't point them all out. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/787#note_8070