mirror of
https://github.com/godotengine/godot.git
synced 2025-11-01 22:21:18 +00:00
Add tooltips to GraphEdit node
This commit is contained in:
parent
9a8569d434
commit
3ae5eec366
2 changed files with 5 additions and 1 deletions
|
|
@ -798,7 +798,7 @@ VisualShaderEditor::VisualShaderEditor() {
|
|||
|
||||
add_node = memnew(MenuButton);
|
||||
graph->get_zoom_hbox()->add_child(add_node);
|
||||
add_node->set_text(TTR("Add Node.."));
|
||||
add_node->set_text(TTR("Add Node..."));
|
||||
graph->get_zoom_hbox()->move_child(add_node, 0);
|
||||
add_node->get_popup()->connect("id_pressed", this, "_add_node");
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue