]> git.ipfire.org Git - thirdparty/newt.git/commitdiff
- fix checkboxtree positioning
authormlichvar <mlichvar>
Fri, 15 Sep 2006 13:28:29 +0000 (13:28 +0000)
committermlichvar <mlichvar>
Fri, 15 Sep 2006 13:28:29 +0000 (13:28 +0000)
checkboxtree.c

index 262e1d2680fa3415f8e4de28ed91b2951d0f79fa..6ce9695f1c82a864003dae466a3bf9a18192f5c1 100644 (file)
@@ -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;