Quick typo in tabpage.cpp fixed.
This commit is contained in:
parent
bd2840255d
commit
974413bbe3
|
@ -31,7 +31,7 @@ static void tabPageRelayout(struct tabPage *tp)
|
||||||
uiWindowsEnsureGetClientRect(tp->hwnd, &r);
|
uiWindowsEnsureGetClientRect(tp->hwnd, &r);
|
||||||
tabPageMargins(tp, &mx, &my);
|
tabPageMargins(tp, &mx, &my);
|
||||||
r.left += mx;
|
r.left += mx;
|
||||||
r.right += my;
|
r.top += my;
|
||||||
r.right -= 2 * mx;
|
r.right -= 2 * mx;
|
||||||
r.bottom -= 2 * my;
|
r.bottom -= 2 * my;
|
||||||
child = (HWND) uiControlHandle(tp->child);
|
child = (HWND) uiControlHandle(tp->child);
|
||||||
|
|
Loading…
Reference in New Issue