mirror of
https://github.com/godotengine/godot.git
synced 2024-12-09 10:09:20 +08:00
Merge pull request #32399 from swarnimarun/vs-patch01
Fix edit function button
This commit is contained in:
commit
26e5e3e507
@ -1350,7 +1350,7 @@ void VisualScriptEditor::_member_button(Object *p_item, int p_column, int p_butt
|
||||
return; //or crash because it will become invalid
|
||||
}
|
||||
} else if (ti->get_parent() == root->get_children()) {
|
||||
selected = ti->get_metadata(0);
|
||||
selected = ti->get_text(0);
|
||||
function_name_edit->set_position(Input::get_singleton()->get_mouse_position() - Vector2(60, -10));
|
||||
function_name_edit->popup();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user