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

Items add by script don't get arranged in a circle. #4

Open
blaze-the-star opened this issue Aug 11, 2017 · 1 comment
Open

Items add by script don't get arranged in a circle. #4

blaze-the-star opened this issue Aug 11, 2017 · 1 comment

Comments

@blaze-the-star
Copy link

I'm adding buttons to a circular container via a script, but all of them just appear in the top left corner of the container. Perhaps an "update" function to reconfigure the placement of children nodes could be helpful.

@bojidar-bg
Copy link
Contributor

You can already do that, using either circular_container.emit_signal("sort_children") or circular_container._resort()

I agree that an exposed function to do it would be better though.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants