Add tooltips to GraphEdit node
This commit is contained in:
@ -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");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user