From: mlichvar Date: Fri, 15 Sep 2006 13:28:29 +0000 (+0000) Subject: - fix checkboxtree positioning X-Git-Tag: r0-52-3~15 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7588e5bab7dc7ab17a0df82f8987c27a20d18dcb;p=thirdparty%2Fnewt.git - fix checkboxtree positioning --- diff --git a/checkboxtree.c b/checkboxtree.c index 262e1d2..6ce9695 100644 --- a/checkboxtree.c +++ b/checkboxtree.c @@ -333,6 +333,8 @@ newtComponent newtCheckboxTreeMulti(int left, int top, int height, char *seq, in ct = malloc(sizeof(struct CheckboxTree)); co->callback = NULL; co->data = ct; + co->left = left; + co->top = top; co->ops = &ctOps; co->takesFocus = 1; co->height = height;