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

Add missing ItemListSecondary and TreeSecondary theme type variations

This commit is contained in:
passivestar
2025-10-03 11:08:22 +04:00
parent 7fbc3a5307
commit 3316609ddd
3 changed files with 3 additions and 0 deletions

View File

@@ -2220,6 +2220,7 @@ ScriptEditorDebugger::ScriptEditorDebugger() {
error_tree->set_v_size_flags(SIZE_EXPAND_FILL);
error_tree->set_allow_rmb_select(true);
error_tree->set_allow_reselect(true);
error_tree->set_theme_type_variation("TreeSecondary");
error_tree->connect("item_mouse_selected", callable_mp(this, &ScriptEditorDebugger::_error_tree_item_rmb_selected));
errors_tab->add_child(error_tree);