You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Flags LayoutFlags.LAY_HGROW/LAY_VGROW have been implemented. When these flags are enabled, the size of the item for the axis specified by 'laySetSize' will be considered the minimum size necessary, and the item may grow if the content requires so.
Added layGetFlags which allows to retrieve item's flags
Fixed invalid growth behaviour when grow factor is set to 0.
Implemented ability to set grow factor for items using laySetGrow/LayoutContext#setGrow(item, factor). When combined with HFILL/VFILL/FILL behaviour grow factor defines weight of an item when parent distributes free space between children.