You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
a
, and a sceneb
which inherits froma
a
to something other than defaultb
and make sure that property is the same asa
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
The text was updated successfully, but these errors were encountered: