From de4540dfca9a7ea7b40349d79140ca70566aa6e5 Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Sun, 1 May 2016 12:02:36 -0400 Subject: [PATCH] Some comment explanation. --- darwin/group.m | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/darwin/group.m b/darwin/group.m index 7f0d9073..fa3e690d 100644 --- a/darwin/group.m +++ b/darwin/group.m @@ -3,7 +3,8 @@ // TODO test empty groups -// for whatever reason, if there is an intrinsic content size on the NSBox, Auto Layout won't bother checking the box's children... +// if there is an intrinsic content size on the NSBox, Auto Layout won't bother checking the box's children and force the box to be the intrinsic size if its hugging priority is Required; we don't want that +// TODO don't truncate the label? @interface libuiIntrinsicBox : NSBox { BOOL libui_hasChild; }