Fix a typo.
This commit is contained in:
parent
8eb811bf97
commit
92f11aa780
|
@ -657,8 +657,8 @@ static UINT BUTTON_CalcLabelRect(HWND hwnd, HDC hdc, RECT *rc)
|
||||||
|
|
||||||
default:
|
default:
|
||||||
empty_rect:
|
empty_rect:
|
||||||
r.right = r.left;
|
rc->right = r.left;
|
||||||
r.bottom = r.top;
|
rc->bottom = r.top;
|
||||||
return (UINT)(LONG)-1;
|
return (UINT)(LONG)-1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue