Some comment explanation.

This commit is contained in:
Pietro Gagliardi 2016-05-01 12:02:36 -04:00
parent 896c2590c5
commit de4540dfca
1 changed files with 2 additions and 1 deletions

View File

@ -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;
}