You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-12-07 17:36:07 +00:00
Remove rect_ prefix from control properties when keyframing
This commit is contained in:
@@ -450,7 +450,7 @@ void GraphNode::_validate_property(PropertyInfo &property) const {
|
||||
Control::_validate_property(property);
|
||||
GraphEdit *graph = Object::cast_to<GraphEdit>(get_parent());
|
||||
if (graph) {
|
||||
if (property.name == "rect_position") {
|
||||
if (property.name == "position") {
|
||||
property.usage |= PROPERTY_USAGE_READ_ONLY;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user