Added an expository comment to windows/area.c.

This commit is contained in:
Pietro Gagliardi 2015-12-18 15:05:49 -05:00
parent 4edcddce14
commit ce042eb12a
1 changed files with 1 additions and 0 deletions

View File

@ -154,6 +154,7 @@ uiArea *uiNewScrollingArea(uiAreaHandler *ah, intmax_t width, intmax_t height)
hInstance, a,
FALSE);
// set initial scrolling parameters
areaUpdateScroll(a);
uiWindowsFinishNewControl(a, uiArea);