Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adds missing AutoSize invalidation definition, Fixes FlowContainer layout regression #191

Closed

Conversation

RemieRichards
Copy link
Contributor

@RemieRichards RemieRichards commented Oct 19, 2016

Needed to invalidate cached autoSize vector
Fixes #174

This bug is most prominent in FlowContainers, but actually appears to stem from AutoSizeContainer (their parent)'s autoSize vector not being invalidated correctly/at all from non-child Invalidate calls.

@peppy
Copy link
Sponsor Member

peppy commented Oct 19, 2016

While this may fix the issue, it's likely not a correct fix.

This should not be required as we should only need to care about InvalidateFromChild (just below your addition) in the case of AutoSize.

@peppy
Copy link
Sponsor Member

peppy commented Oct 19, 2016

As per extended discussion in discord, this is likely not what we want. Closing for now.

@peppy peppy closed this Oct 19, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants