4 ms·
Me no like inconsistent use of spaces. x += labelW+20; hDescEdit = createModernEdit(hwnd, x, y, editW, btnH, ID_DESC_EDIT);
by fizlebit 1y ago
Me no like inconsistent use of spaces.
x += labelW+20;
hDescEdit = createModernEdit(hwnd, x, y, editW, btnH, ID_DESC_EDIT);
x += editW + gap;
What no clang-format or equiv in 1990?