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 properties always show revert button if the scene it's inherited from isn't set to default #50781

Closed
foxydevloper opened this issue Jul 23, 2021 · 0 comments · Fixed by #46270

Comments

@foxydevloper
Copy link
Contributor

foxydevloper commented Jul 23, 2021

Godot version

v.3.2.stable, v3.4.beta.custom_build [322252e], v4.0.dev.custom_build [8cddd3b]

System information

Windows 10

Issue description

When a node inherits from a scene and that scene has a property that isn't set to default, the inherited node will also show a revert button for that property even though the button does nothing.

2021-07-23_11-25-48.mp4

Steps to reproduce

  • Have a scene a, and a scene b which inherits from a
  • Set a property in a to something other than default
  • Open b and make sure that property is the same as a
  • The property will still show a revert button even though there's nothing to revert, and it does nothing.

Minimal reproduction project

v3.3.2.stable, v3.4.beta.custom_build [322252e]
revert_button_inheritance_3.3.2.zip

v4.0.dev.custom_build [8cddd3b]
revert_button_inheritance_4.0.zip

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

Successfully merging a pull request may close this issue.

3 participants