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

Inherited scene children names in the scene inspector lose yellow color upon switching tabs #78751

Closed
damnjan opened this issue Jun 27, 2023 · 1 comment
Labels

Comments

@damnjan
Copy link

damnjan commented Jun 27, 2023

Godot version

v4.1.beta3.official [ada712e]

System information

Macbook pro M1, MacOS Ventura 13.4.1

Issue description

Upon creating an inherited scene, the child nodes in the scene inspector are showed as yellow. After switching to a different scene tab and then switching back, the children are no longer showing yellow color. If you close the tab and open the scene again, then they are again displayed with yellow text.

inherited

The same issue appears for scene's editable children:

editable

Steps to reproduce

  1. Create a Node2D scene, add another Node2D node to it as a child
  2. Create an inherited scene from that one (it opens in new tab, showing child nodes with yellow colored text)
  3. Switch to a different tab
  4. Switch back to the inherited scene tab

Similarly for editable children:

  1. Create scene A, add a child node to it
  2. Create another scene and add scene A as its child
  3. Right click on scene A in the inspector and select Editable Children
  4. Switch to another tab and then switch back

Minimal reproduction project

N/A

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

No branches or pull requests

2 participants