1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-05 12:10:55 +00:00

Consolidate Shader Menu in plugin

This commit is contained in:
Logan Detrick
2025-04-09 02:58:25 -07:00
parent a8598cd8e2
commit 07c91e80f6
3 changed files with 75 additions and 43 deletions

View File

@@ -1210,7 +1210,6 @@ TextShaderEditor::TextShaderEditor() {
bookmarks_menu->connect("index_pressed", callable_mp(this, &TextShaderEditor::_bookmark_item_pressed));
add_child(main_container);
main_container->add_child(hbc);
hbc->add_child(edit_menu);
hbc->add_child(search_menu);
hbc->add_child(goto_menu);