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

Adding "Redraw this node" button to scene panel or scene toolbox #4951

Closed
hubbyist opened this issue May 31, 2016 · 3 comments
Closed

Adding "Redraw this node" button to scene panel or scene toolbox #4951

hubbyist opened this issue May 31, 2016 · 3 comments

Comments

@hubbyist
Copy link

Operating system or device - Godot version:
Using : Godot_v2.0.3_stable_x11.64 on linuxmint 17.3

Issue description (what happened, and what was expected):
After changing position or size of a child node in a container like VBoxContainer, HBoxContainer it needs to switch to another scene tab or play the edited scene to see the results of automatic arranging of child nodes.

A "Redraw this node" button in scene panel or scene toolbox will be usefull when building complex menu panels.

@aaronfranke
Copy link
Member

After changing position or size of a child node in a container

It will no longer be possible to do this in Godot 3.1 (because that's not how Containers are intended to be used). #23059 will close this issue when merged.

@akien-mga
Copy link
Member

Indeed, this is solved in the master branch as container children can no longer be moved/resized.

@akien-mga
Copy link
Member

Indeed, this is solved in the master branch as container children can no longer be moved/resized.

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

5 participants