mirror of
https://github.com/tiennm99/godot.git
synced 2026-08-13 02:22:43 +00:00
Add vector value linking
Co-authored-by: redlamp <244062+redlamp@users.noreply.github.com>
This commit is contained in:
@@ -478,6 +478,10 @@ void Control::_validate_property(PropertyInfo &property) const {
|
||||
}
|
||||
}
|
||||
|
||||
if (property.name == "scale") {
|
||||
property.hint = PROPERTY_HINT_LINK;
|
||||
}
|
||||
|
||||
// Validate which positioning properties should be displayed depending on the parent and the layout mode.
|
||||
Node *parent_node = get_parent_control();
|
||||
if (!parent_node) {
|
||||
|
||||
Reference in New Issue
Block a user