31 Aug
2023
31 Aug
'23
1:38 a.m.
Zhiyi Zhang (@zhiyi) commented about dlls/comctl32/status.c:
width = parent_rect.right - parent_rect.left; x = parent_rect.left; y = parent_rect.bottom - infoPtr->height; - MoveWindow (infoPtr->Self, x, y, width, infoPtr->height, TRUE); + MoveWindow (infoPtr->Self, x, y, width, infoPtr->height, FALSE);
Let's remove the space after the function name MoveWindow. I know the style is not consistent. But let's make it so within a commit at least. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/3667#note_43925