mirror of
https://github.com/godotengine/godot.git
synced 2025-10-20 08:23:29 +00:00
renamed all Rect2.pos to Rect2.position
This commit is contained in:
parent
69bec86028
commit
a3c90b0293
84 changed files with 685 additions and 685 deletions
|
@ -1011,7 +1011,7 @@ void VisualScriptEditor::_member_button(Object *p_item, int p_column, int p_butt
|
|||
}
|
||||
|
||||
Rect2 pos = members->get_item_rect(ti);
|
||||
new_function_menu->set_position(members->get_global_position() + pos.pos + Vector2(0, pos.size.y));
|
||||
new_function_menu->set_position(members->get_global_position() + pos.position + Vector2(0, pos.size.y));
|
||||
new_function_menu->popup();
|
||||
return;
|
||||
} else if (p_button == 0) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue