Added an expository comment to windows/area.c.
This commit is contained in:
parent
4edcddce14
commit
ce042eb12a
|
@ -154,6 +154,7 @@ uiArea *uiNewScrollingArea(uiAreaHandler *ah, intmax_t width, intmax_t height)
|
||||||
hInstance, a,
|
hInstance, a,
|
||||||
FALSE);
|
FALSE);
|
||||||
|
|
||||||
|
// set initial scrolling parameters
|
||||||
areaUpdateScroll(a);
|
areaUpdateScroll(a);
|
||||||
|
|
||||||
uiWindowsFinishNewControl(a, uiArea);
|
uiWindowsFinishNewControl(a, uiArea);
|
||||||
|
|
Loading…
Reference in New Issue