layoutNode doesn't always skip layout when it could #155
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
(This was found while I was reading the code, not by running it or anything.)
In
36a46673f9
(from @lucasr), support for reverse layout and rtl was added.At that time, the check for whether or not to skip layout in
layoutNode
was augmented and became this:I'm pretty sure that the 2nd to last line should be a
&&
so that the check to see ifdirection
has changed would be included.