More TODOs.
This commit is contained in:
parent
dd540a96b7
commit
4b062196de
|
@ -21,7 +21,7 @@ uiControl *uiNewLabel(const char *text)
|
||||||
FALSE, FALSE,
|
FALSE, FALSE,
|
||||||
"label", text,
|
"label", text,
|
||||||
// TODO TODO TODO TODO TODO
|
// TODO TODO TODO TODO TODO
|
||||||
// the presence of this property leads to a segfault on 32-bit linux builds
|
// the presence of this property leads to a segfault on 32-bit linux builds AND 64-bit openbsd builds
|
||||||
// is it just this property? or is it more than one property at all? and why?
|
// is it just this property? or is it more than one property at all? and why?
|
||||||
"xalign", 0,
|
"xalign", 0,
|
||||||
// TODO yalign 0?
|
// TODO yalign 0?
|
||||||
|
|
Loading…
Reference in New Issue