encourage use of BoxConstraints::constrain
in all layout methods
#854
Labels
discussion
needs feedback and ideas
BoxConstraints::constrain
in all layout methods
#854
a general note; I think it's good to call
bc.constrain(size)
anytime you return from layout, as a way of ensuring all returned sizes are appropriate for the constraints.Originally posted by @cmyr in #845
The text was updated successfully, but these errors were encountered: