3 Apr
2023
3 Apr
'23
11:37 p.m.
IsRectEmpty() doesn't do the right thing as padding is not a rectangle. E. g., for rect (0, 0, 0, 8) IsRectEmpty() will return TRUE while the padding is apparently not empty. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/2570