From db3d67dc2c751815e1dcb63bef4b9211fd24259b Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Sun, 12 Apr 2015 00:15:20 -0400 Subject: [PATCH] More TODOs. --- label_unix.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/label_unix.c b/label_unix.c index ec6e5da0..ef3f5911 100644 --- a/label_unix.c +++ b/label_unix.c @@ -20,6 +20,9 @@ uiControl *uiNewLabel(const char *text) c = uiUnixNewControl(GTK_TYPE_LABEL, FALSE, FALSE, "label", text, + // TODO TODO TODO TODO TODO + // the presence of this property leads to a segfault on 32-bit linux builds + // is it just this property? or is it more than one property at all? and why? "xalign", 0, // TODO yalign 0? NULL);